OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAndClearEntries
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/chromedriver/
logging.h
40
scoped_ptr<base::ListValue>
GetAndClearEntries
();
logging_unittest.cc
70
scoped_ptr<base::ListValue> entries(log.
GetAndClearEntries
());
82
scoped_ptr<base::ListValue> entries(log.
GetAndClearEntries
());
92
scoped_ptr<base::ListValue> entries(log.
GetAndClearEntries
());
logging.cc
147
scoped_ptr<base::ListValue> WebDriverLog::
GetAndClearEntries
() {
session_commands.cc
572
*value = (*log)->
GetAndClearEntries
();
Completed in 2270 milliseconds