HomeSort by relevance Sort by last modified time
    Searched refs:expected_id_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/device/
input_service_proxy_browsertest.cc 54 EXPECT_EQ(expected_id_, id);
72 expected_id_ = id;
96 std::string expected_id_; member in class:chromeos::__anon7596::TestObserver
  /external/chromium_org/chrome/browser/extensions/
crx_installer.h 126 const std::string& expected_id() const { return expected_id_; }
127 void set_expected_id(const std::string& val) { expected_id_ = val; }
294 // installed. If true, |expected_manifest_| and |expected_id_| must match
300 std::string expected_id_; member in class:extensions::CrxInstaller
crx_installer.cc 157 expected_id_ = approval->extension_id;
257 if ((approved_ || !expected_id_.empty()) &&
258 expected_id_ != extension->id()) {
261 base::ASCIIToUTF16(expected_id_),
822 ->OnBeginCrxInstall(expected_id_);
838 ->OnFinishCrxInstall(success ? extension()->id() : expected_id_, success);
881 expected_id_ = installed_extension->id();
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 118 std::string expected_id_; member in class:local_discovery::PrivetRegisterOperationImpl
privet_http_impl.cc 263 expected_id_ = id;
300 id != expected_id_) {

Completed in 163 milliseconds