Searched refs:PerformActionOnInfobar (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/test/functional/ |
D | passwords.py | 137 self.PerformActionOnInfobar( 153 self.PerformActionOnInfobar( 162 self.PerformActionOnInfobar( 180 self.PerformActionOnInfobar( 202 self.PerformActionOnInfobar( 247 self.PerformActionOnInfobar( 264 self.PerformActionOnInfobar( 320 self.PerformActionOnInfobar(
|
D | prefs.py | 124 self.PerformActionOnInfobar('accept', infobar_index=0) # Allow tracking. 140 self.PerformActionOnInfobar('dismiss', infobar_index=0) 155 self.PerformActionOnInfobar('cancel', infobar_index=0) # Deny tracking. 225 self.PerformActionOnInfobar(
|
D | infobars.py | 70 self.PerformActionOnInfobar('dismiss', infobar_index=0) 97 self.PerformActionOnInfobar('accept', infobar_index=0) 213 self.PerformActionOnInfobar(action, infobar_index)
|
D | netflix.py | 89 self._pyauto.PerformActionOnInfobar('accept', infobar_index=index)
|
D | prefs_ui.py | 268 self.PerformActionOnInfobar(
|
D | nacl_sdk.py | 424 self.PerformActionOnInfobar('accept', infobar_index, 0, tab_index)
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.h | 397 void PerformActionOnInfobar(Browser* browser,
|
D | testing_automation_provider.cc | 2145 &TestingAutomationProvider::PerformActionOnInfobar; in SendJSONRequest() 2380 void TestingAutomationProvider::PerformActionOnInfobar( in PerformActionOnInfobar() function in TestingAutomationProvider
|
/external/chromium_org/chrome/browser/automation/ |
D | testing_automation_provider.h | 238 void PerformActionOnInfobar(Browser* browser,
|
D | testing_automation_provider.cc | 1779 &TestingAutomationProvider::PerformActionOnInfobar; in BuildJSONHandlerMaps() 2055 void TestingAutomationProvider::PerformActionOnInfobar( in PerformActionOnInfobar() function in TestingAutomationProvider
|
/external/chromium_org/chrome/test/pyautolib/ |
D | pyauto.py | 2423 def PerformActionOnInfobar( member in PyUITest
|