HomeSort by relevance Sort by last modified time
    Searched refs:GetAndClearEntries (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
logging.h 49 scoped_ptr<base::ListValue> GetAndClearEntries();
logging_unittest.cc 72 scoped_ptr<base::ListValue> entries(log.GetAndClearEntries());
84 scoped_ptr<base::ListValue> entries(log.GetAndClearEntries());
94 scoped_ptr<base::ListValue> entries(log.GetAndClearEntries());
131 scoped_ptr<base::ListValue> entries(logs[0]->GetAndClearEntries());
163 scoped_ptr<base::ListValue> entries(logs[0]->GetAndClearEntries());
logging.cc 97 scoped_ptr<base::ListValue> WebDriverLog::GetAndClearEntries() {
session_commands.cc 405 scoped_ptr<base::ListValue> log_entries = (*log)->GetAndClearEntries();

Completed in 669 milliseconds