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

/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.cc58 int append_tab_response = -1; local
61 &append_tab_response));
62 return append_tab_response >= 0;
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc428 int append_tab_response = -1; // -1 is the error code local
439 append_tab_response = GetIndexForNavigationController(
444 if (append_tab_response < 0) {
451 append_tab_response);
4710 int append_tab_response = -1;
4728 append_tab_response = GetIndexForNavigationController(
4732 if (!contents || append_tab_response < 0) {
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc460 int append_tab_response = -1; // -1 is the error code local
470 append_tab_response =
475 if (append_tab_response < 0) {
482 append_tab_response);

Completed in 2165 milliseconds