Home
last modified time | relevance | path

Searched refs:append_tab_response (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dbrowser_proxy.cc58 int append_tab_response = -1; in AppendTab() local
61 &append_tab_response)); in AppendTab()
62 return append_tab_response >= 0; in AppendTab()
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.cc421 int append_tab_response = -1; // -1 is the error code in AppendTab() local
432 append_tab_response = GetIndexForNavigationController( in AppendTab()
437 if (append_tab_response < 0) { in AppendTab()
444 append_tab_response); in AppendTab()
4669 int append_tab_response = -1; in AppendTabJSON() local
4687 append_tab_response = GetIndexForNavigationController( in AppendTabJSON()
4691 if (!contents || append_tab_response < 0) { in AppendTabJSON()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc460 int append_tab_response = -1; // -1 is the error code in AppendTab() local
470 append_tab_response = in AppendTab()
475 if (append_tab_response < 0) { in AppendTab()
482 append_tab_response); in AppendTab()