Home
last modified time | relevance | path

Searched refs:OmniboxMovePopupSelection (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/test/functional/
Domnibox.py115 self.OmniboxMovePopupSelection(index) # Select |url1| line in popup.
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h528 void OmniboxMovePopupSelection(Browser* browser,
Dtesting_automation_provider.cc2159 &TestingAutomationProvider::OmniboxMovePopupSelection; in SendJSONRequest()
3081 void TestingAutomationProvider::OmniboxMovePopupSelection( in OmniboxMovePopupSelection() function in TestingAutomationProvider
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.h432 void OmniboxMovePopupSelection(Browser* browser,
Dtesting_automation_provider.cc1791 &TestingAutomationProvider::OmniboxMovePopupSelection; in BuildJSONHandlerMaps()
2951 void TestingAutomationProvider::OmniboxMovePopupSelection( in OmniboxMovePopupSelection() function in TestingAutomationProvider
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py1875 def OmniboxMovePopupSelection(self, count, windex=0): member in PyUITest