Searched refs:expected_id_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy_browsertest.cc54 EXPECT_EQ(expected_id_, id);
72 expected_id_ = id;
96 std::string expected_id_; member in class:chromeos::__anon3049::TestObserver
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.h126 const std::string& expected_id() const { return expected_id_; }
127 void set_expected_id(const std::string& val) { expected_id_ = val; }
295 // installed. If true, |expected_manifest_| and |expected_id_| must match
301 std::string expected_id_; member in class:extensions::CrxInstaller
H A Dcrx_installer.cc154 expected_id_ = approval->extension_id;
254 if ((approved_ || !expected_id_.empty()) &&
255 expected_id_ != extension->id()) {
258 base::ASCIIToUTF16(expected_id_),
816 ->OnBeginCrxInstall(expected_id_);
831 ->OnFinishCrxInstall(success ? extension()->id() : expected_id_, success);
874 expected_id_ = installed_extension->id();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_impl.h119 std::string expected_id_; member in class:local_discovery::PrivetRegisterOperationImpl
H A Dprivet_http_impl.cc264 expected_id_ = id;
301 id != expected_id_) {

Completed in 847 milliseconds