OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogWarningMessage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/reliability/
automated_ui_test_base.cc
26
void AutomatedUITestBase::
LogWarningMessage
(const std::string& warning) {
113
LogWarningMessage
("failed_to_open_new_browser_window");
130
LogWarningMessage
("failed_to_activate_tab");
196
LogWarningMessage
("failure_running_browser_command");
210
LogWarningMessage
("failure_running_browser_command");
229
LogWarningMessage
("failed_to_bring_window_to_front");
automated_ui_test_base.h
22
virtual void
LogWarningMessage
(const std::string &warning);
automated_ui_tests.h
320
virtual void
LogWarningMessage
(const std::string& warning) OVERRIDE;
automated_ui_tests.cc
705
void AutomatedUITest::
LogWarningMessage
(const std::string& warning) {
Completed in 46 milliseconds