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

/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py2999 def AddSavedPassword(self, password_dict, windex=0): member in class:PyUITest
3029 'command': 'AddSavedPassword',
3040 For an example, see the dictionary in AddSavedPassword.
3054 dictionary see AddSavedPassword documentation. The overall structure will
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2196 browser_handler_map["AddSavedPassword"] =
2197 &TestingAutomationProvider::AddSavedPassword;
3387 // See AddSavedPassword() in chrome/test/functional/pyauto.py for sample json
3390 void TestingAutomationProvider::AddSavedPassword( function in class:TestingAutomationProvider

Completed in 100 milliseconds