Searched defs:GetOmniboxInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1806 def GetOmniboxInfo(self, windex=0): member in class:PyUITest
1830 self._GetResultFromJSONRequest({'command': 'GetOmniboxInfo'},
1864 lambda : self.GetOmniboxInfo(windex).Properties('has_focus'))
1877 lambda : not self.GetOmniboxInfo(windex).IsQueryInProgress())
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2152 browser_handler_map["GetOmniboxInfo"] =
2153 &TestingAutomationProvider::GetOmniboxInfo;
3019 // Sample json input: { "command": "GetOmniboxInfo" }
3021 void TestingAutomationProvider::GetOmniboxInfo(Browser* browser, function in class:TestingAutomationProvider

Completed in 144 milliseconds