OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebDriverLog
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/chromedriver/
logging.h
23
class
WebDriverLog
: public Log {
32
// Creates a
WebDriverLog
with the given type and minimum level.
33
WebDriverLog
(const std::string& type, Level min_level);
34
virtual ~
WebDriverLog
();
38
// The caller assumes ownership of the ListValue, and the
WebDriverLog
61
DISALLOW_COPY_AND_ASSIGN(
WebDriverLog
);
69
ScopedVector<
WebDriverLog
>* out_logs,
logging.cc
79
WebDriverLog
* GetSessionLog() {
87
WebDriverLog
* session_log = GetSessionLog();
114
WebDriverLog
* session_log = GetSessionLog();
123
const char
WebDriverLog
::kBrowserType[] = "browser";
124
const char
WebDriverLog
::kDriverType[] = "driver";
125
const char
WebDriverLog
::kPerformanceType[] = "performance";
127
bool
WebDriverLog
::NameToLevel(const std::string& name, Log::Level* out_level) {
137
WebDriverLog
::
WebDriverLog
(const std::string& type, Log::Level min_level)
141
WebDriverLog
::~WebDriverLog()
[
all
...]
Completed in 855 milliseconds