OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunCommandAsync
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/test/reliability/
automated_ui_test_base.h
108
bool
RunCommandAsync
(int browser_command);
automated_ui_tests.cc
505
return
RunCommandAsync
((*encodings)[index].encoding_id);
509
return
RunCommandAsync
(IDC_DEV_TOOLS);
513
return
RunCommandAsync
(IDC_ABOUT);
517
return
RunCommandAsync
(IDC_CLEAR_BROWSING_DATA);
521
return
RunCommandAsync
(IDC_EDIT_SEARCH_ENGINES);
525
return
RunCommandAsync
(IDC_IMPORT_SETTINGS);
529
return
RunCommandAsync
(IDC_TASK_MANAGER);
533
return
RunCommandAsync
(IDC_VIEW_PASSWORDS);
537
return
RunCommandAsync
(IDC_OPTIONS);
541
return
RunCommandAsync
(IDC_BOOKMARK_PAGE)
[
all
...]
automated_ui_test_base.cc
91
if (!
RunCommandAsync
(IDC_FIND))
188
bool AutomatedUITestBase::
RunCommandAsync
(int browser_command) {
195
if (!browser->
RunCommandAsync
(browser_command)) {
/external/chromium/chrome/browser/download/
save_page_uitest.cc
85
EXPECT_TRUE(browser->
RunCommandAsync
(IDC_SAVE_PAGE));
/external/chromium_org/chrome/test/automation/
browser_proxy.h
109
bool
RunCommandAsync
(int browser_command) const WARN_UNUSED_RESULT;
browser_proxy.cc
160
return
RunCommandAsync
(id);
200
bool BrowserProxy::
RunCommandAsync
(int browser_command) const {
proxy_launcher.cc
292
EXPECT_TRUE(browser_proxy->
RunCommandAsync
(IDC_EXIT));
/external/chromium/chrome/browser/ui/webui/
new_tab_ui_uitest.cc
101
ASSERT_TRUE(window->
RunCommandAsync
(IDC_NEW_TAB));
135
ASSERT_TRUE(window->
RunCommandAsync
(IDC_NEW_TAB));
Completed in 49 milliseconds