HomeSort by relevance Sort by last modified time
    Searched defs:WebDriverLog (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
logging.h 25 class WebDriverLog : public Log {
34 // Creates a WebDriverLog with the given type and minimum level.
35 WebDriverLog(const std::string& type, Level min_level);
36 virtual ~WebDriverLog();
40 // The caller assumes ownership of the ListValue, and the WebDriverLog
63 DISALLOW_COPY_AND_ASSIGN(WebDriverLog);
73 ScopedVector<WebDriverLog>* out_logs,
logging.cc 80 WebDriverLog* GetSessionLog() {
88 WebDriverLog* session_log = GetSessionLog();
115 WebDriverLog* session_log = GetSessionLog();
124 const char WebDriverLog::kBrowserType[] = "browser";
125 const char WebDriverLog::kDriverType[] = "driver";
126 const char WebDriverLog::kPerformanceType[] = "performance";
128 bool WebDriverLog::NameToLevel(const std::string& name, Log::Level* out_level) {
138 WebDriverLog::WebDriverLog(const std::string& type, Log::Level min_level)
142 WebDriverLog::~WebDriverLog()
    [all...]

Completed in 57 milliseconds