/external/chromium_org/chrome/test/pyautolib/ |
D | chromotinglib.py | 30 def _ExecuteJavascript(self, command, tab_index, windex): argument 42 def _WaitForJavascriptCondition(self, condition, tab_index, windex, argument 58 def _ExecuteAndWaitForMode(self, command, mode, tab_index, windex): argument 70 def _ExecuteAndWaitForMajorMode(self, command, mode, tab_index, windex): argument 110 def ContinueAuth(self, tab_index=1, windex=0): argument 120 tab_index=1, windex=0): argument 165 def AllowAccess(self, tab_index=1, windex=0): argument 193 def DenyAccess(self, tab_index=1, windex=0): argument 207 def SignOut(self, tab_index=1, windex=0): argument 213 def Authenticate(self, tab_index=1, windex=0): argument [all …]
|
D | pyauto.py | 945 def __init__(self, ui_test, tab_index=0, windex=0, frame_xpath=''): argument 1085 def NavigateToURL(self, url, windex=0, tab_index=None, navigation_count=1): argument 1115 def NavigateToURLAsync(self, url, windex=0, tab_index=None): argument 1189 def TabGoForward(self, tab_index=0, windex=0): argument 1201 def TabGoBack(self, tab_index=0, windex=0): argument 1213 def ReloadTab(self, tab_index=0, windex=0): argument 1229 def CloseTab(self, tab_index=0, windex=0, wait_until_closed=True): argument 1252 def WaitForTabToBeRestored(self, tab_index=0, windex=0, timeout=-1): argument 1306 def ActivateTab(self, tab_index=0, windex=0): argument 1435 def GetTabInfo(self, tab_index=0, windex=0): argument [all …]
|
D | remote_inspector_client.py | 284 def __init__(self, url, tab_index, tab_filter, verbose, show_socket_messages, argument 536 def _IdentifyDevToolsSocketConnectionInfo(url, tab_index, tab_filter): argument 749 def __init__(self, tab_index=0, tab_filter=None, argument
|
/external/chromium/chrome/browser/ |
D | browser_keyevents_browsertest.cc | 141 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) { in SuppressEventByType() 152 void SuppressEvents(int tab_index, bool keydown, bool keypress, in SuppressEvents() 164 void SuppressAllEvents(int tab_index, bool suppress) { in SuppressAllEvents() 168 void GetResultLength(int tab_index, int* length) { in GetResultLength() 175 void CheckResult(int tab_index, int length, const char* const result[]) { in CheckResult() 195 void CheckFocusedElement(int tab_index, const wchar_t* focused) { in CheckFocusedElement() 204 void SetFocusedElement(int tab_index, const wchar_t* focused) { in SetFocusedElement() 215 void CheckTextBoxValue(int tab_index, const wchar_t* id, in CheckTextBoxValue() 227 void SetTextBoxValue(int tab_index, const wchar_t* id, in SetTextBoxValue() 239 void StartTest(int tab_index, int result_length) { in StartTest() [all …]
|
D | accessibility_events.h | 138 void SetTab(int tab_index, std::string tab_name) { in SetTab() 143 int tab_index() const { return tab_index_; } in tab_index() function
|
/external/chromium_org/chrome/browser/ |
D | browser_keyevents_browsertest.cc | 151 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) { in SuppressEventByType() 161 void SuppressEvents(int tab_index, bool keydown, bool keypress, in SuppressEvents() 173 void SuppressAllEvents(int tab_index, bool suppress) { in SuppressAllEvents() 177 void GetResultLength(int tab_index, int* length) { in GetResultLength() 185 void CheckResult(int tab_index, int length, const char* const result[]) { in CheckResult() 206 void CheckFocusedElement(int tab_index, const wchar_t* focused) { in CheckFocusedElement() 216 void SetFocusedElement(int tab_index, const wchar_t* focused) { in SetFocusedElement() 226 void CheckTextBoxValue(int tab_index, const wchar_t* id, in CheckTextBoxValue() 237 void SetTextBoxValue(int tab_index, const wchar_t* id, in SetTextBoxValue() 248 void StartTest(int tab_index, int result_length) { in StartTest() [all …]
|
/external/chromium_org/chrome/test/functional/ |
D | nacl_sdk.py | 293 def _VerifyElementPresent(self, element_id, expected_value, tab_index, msg, argument 334 def _VerifyInputEventsExample(self, tab_index, name, url): argument 356 def _VerifyMultithreadedInputEventsExample(self, tab_index, name, url): argument 405 def _VerifyFileIoExample(self, tab_index, name, url): argument 473 def _VerifyWebSocketExample(self, tab_index, name, url): argument 510 def _VerifyDynamicLibraryOpen(self, tab_index, name, url): argument 537 def _VerifyLoadProgressExample(self, tab_index, name, url): argument 560 def _VerifyPiGeneratorExample(self, tab_index, name, url): argument 574 def _VerifySineSynthExample(self, tab_index, name, url): argument 592 def _VerifyGetURLExample(self, tab_index, name, url): argument
|
D | infobars.py | 44 def _GetTabInfo(self, windex=0, tab_index=0): argument 73 def _VerifyGeolocationInfobar(self, windex, tab_index): argument 120 def _GetFlashCrashInfobarCount(self, windex=0, tab_index=0): argument 182 def _LogIntoGoogleAccount(self, tab_index=0, windex=0): argument 215 def _DisplayOneClickInfobar(self, tab_index=0, windex=0): argument
|
D | test_utils.py | 73 tab_index=0, windex=0, url=None): argument 98 def VerifyGoogleAccountCredsFilled(test, username, password, tab_index=0, argument 333 def GetInfobarIndexByType(test, infobar_type, windex=0, tab_index=0): argument 353 def WaitForInfobarTypeAndGetIndex(test, infobar_type, windex=0, tab_index=0): argument 374 def AssertInfobarTypeDoesNotAppear(test, infobar_type, windex=0, tab_index=0): argument
|
D | passwords.py | 64 def _ClickOnLoginPage(self, window_index, tab_index): argument 291 def _SendCharToPopulateField(self, char, tab_index=0, windex=0): argument
|
D | netflix.py | 59 def _GetVideoDroppedFrames(self, tab_index=0, windex=0): argument 68 def _GetVideoFrames(self, tab_index=0, windex=0): argument
|
D | prefs.py | 169 def _CheckForVisibleImage(self, tab_index=0, windex=0): argument
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_tab_util_android.cc | 44 int tab_index, in CreateTabValue() 61 int tab_index) { in CreateTabValue() 69 int* tab_index) { in GetTabStripModel() 89 int* tab_index) { in GetTabById()
|
D | extension_tab_util.cc | 89 int tab_index, in CreateTabValue() 121 int tab_index) { in CreateTabValue() 200 int* tab_index) { in GetTabStripModel() 240 int* tab_index) { in GetTabById()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tabs_module.cc | 103 int tab_index; in CreateTabValue() local 123 const TabContents* contents, TabStripModel* tab_strip, int tab_index) { in CreateTabValue() 182 int* tab_index) { in GetTabStripModel() 223 int* tab_index) { in GetTabById() 383 int tab_index = -1; in RunImpl() local 775 int tab_index = -1; in RunImpl() local 808 int tab_index = -1; in RunImpl() local 959 int tab_index = -1; in RunImpl() local 1337 int* tab_index, in GetTabById()
|
D | extension_devtools_bridge.cc | 53 int tab_index; in RegisterAsDevToolsClientHost() local
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
D | recent_tabs_builder_test_helper.cc | 155 int tab_index) { in GetTabID() 161 int tab_index) { in GetTabTimestamp() 168 int tab_index) { in GetTabTitle() 259 int tab_index, in BuildTabSpecifics()
|
/external/chromium_org/chrome/test/perf/ |
D | memory_test.cc | 154 int tab_index = counter % num_target_tabs; // A pseudo-random tab. in RunTest() local 160 int tab_index, tab_count; in RunTest() local
|
/external/chromium_org/chrome/browser/accessibility/ |
D | accessibility_events.h | 181 void SetTab(int tab_index, std::string tab_name) { in SetTab() 186 int tab_index() const { return tab_index_; } in tab_index() function
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | tabs_api.cc | 173 int* tab_index, in GetTabById() 371 int tab_index = -1; in RunImpl() local 1094 int tab_index = -1; in RunImpl() local 1136 int tab_index = -1; in RunImpl() local 1257 int tab_index = -1; in RunImpl() local 1467 int tab_index = -1; in MoveTab() local
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_json.cc | 81 int browser_index, tab_index; in GetTabFromJSONArgs() local
|
/external/chromium/chrome/browser/ui/ |
D | browser_tab_restore_service_delegate.cc | 42 int tab_index, in AddRestoredTab()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab_strip.h | 80 BaseTab* base_tab_at_tab_index(int tab_index) const { in base_tab_at_tab_index()
|
/external/chromium_org/chrome/browser/ui/ |
D | singleton_tabs.cc | 94 int tab_index = (start_index + i) % tab_count; in GetIndexOfSingletonTab() local
|
D | browser_tab_restore_service_delegate.cc | 54 int tab_index, in AddRestoredTab()
|