WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
webdriver_util.h File Reference
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/values.h"
#include "value_conversion_traits.h"
#include "webdriver_error.h"
Include dependency graph for webdriver_util.h:
This graph shows which files directly or indirectly include this file:

Classes

class  webdriver::ValueParser
 
class  webdriver::DirectValueParser< T >
 
struct  ValueConversionTraits< webdriver::SkipParsing >
 

Namespaces

namespace  webdriver
 

Enumerations

enum  webdriver::SkipParsing
 

Functions

std::string webdriver::GenerateRandomID ()
 
bool webdriver::Base64Decode (const std::string &base64, std::string *bytes)
 
std::string webdriver::JsonStringify (const base::Value *value)
 
std::string webdriver::JsonStringifyForDisplay (const base::Value *value)
 
const char * webdriver::GetJsonTypeName (base::Value::Type type)
 
Error * webdriver::FlattenStringArray (const ListValue *src, string16 *dest)
 
bool webdriver::GetTwoIntsFromString (const std::string &src, int &first, int &second)
 
template<typename T >
DirectValueParser< T > * webdriver::CreateDirectValueParser (T *t)
 

Variables

SkipParsing * webdriver::kSkipParsing