Searched refs:old_pin (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/remoting/webapp/browser_test/
H A Dupdate_pin_browser_test.js25 browserTest.expect(typeof data.old_pin == 'string');
26 browserTest.expect(data.new_pin != data.old_pin,
32 return browserTest.enterPIN(data.old_pin, true /* expectError*/);
45 this.changePIN_.bind(this, data.old_pin),
46 this.changePIN_.bind(this, data.old_pin)
/external/chromium_org/chromeos/network/
H A Dfake_network_device_handler.cc69 const std::string& old_pin,
67 ChangePin( const std::string& device_path, const std::string& old_pin, const std::string& new_pin, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument
H A Dfake_network_device_handler.h78 const std::string& old_pin,
H A Dnetwork_device_handler.h179 // - |old_pin| does not match the current PIN on the device.
187 const std::string& old_pin,
H A Dnetwork_device_handler_impl.h86 const std::string& old_pin,
H A Dnetwork_device_handler_impl.cc378 const std::string& old_pin,
384 old_pin, local
376 ChangePin( const std::string& device_path, const std::string& old_pin, const std::string& new_pin, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.h64 const std::string& old_pin,
H A Dshill_device_client.h133 const std::string& old_pin,
H A Dshill_device_client.cc148 const std::string& old_pin,
155 writer.AppendString(old_pin);
H A Dfake_shill_device_client.cc197 const std::string& old_pin,
196 ChangePin(const dbus::ObjectPath& device_path, const std::string& old_pin, const std::string& new_pin, const base::Closure& callback, const ErrorCallback& error_callback) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc202 void ChangePin(const std::string& old_pin, const std::string& new_pin);
502 void SimUnlockHandler::ChangePin(const std::string& old_pin, argument
513 old_pin,

Completed in 113 milliseconds