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

  /external/chromium/chrome/browser/extensions/
crx_installer.h 110 const std::string& expected_id() const { return expected_id_; }
111 void set_expected_id(const std::string& val) { expected_id_ = val; }
190 std::string expected_id_; member in class:CrxInstaller
crx_installer.cc 213 if (!expected_id_.empty() && expected_id_ != extension->id()) {
217 expected_id_.c_str());
  /external/chromium_org/chrome/browser/extensions/
crx_installer.h 125 const std::string& expected_id() const { return expected_id_; }
126 void set_expected_id(const std::string& val) { expected_id_ = val; }
279 // installed. If true, |expected_manifest_| and |expected_id_| must match
285 std::string expected_id_; member in class:extensions::CrxInstaller
crx_installer.cc 153 expected_id_ = approval->extension_id;
254 if ((approved_ || !expected_id_.empty()) &&
255 expected_id_ != extension->id()) {
258 ASCIIToUTF16(expected_id_),
848 expected_id_ = installed_extension->id();
  /external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc 65 : expected_id_(0),
102 expected_id_ = expected_id;
146 EXPECT_EQ(expected_id_, id);
178 int expected_id_; member in class:IDBKeyPathHelper
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 117 std::string expected_id_; member in class:local_discovery::PrivetRegisterOperationImpl
privet_http_impl.cc 244 expected_id_ = id;
282 id != expected_id_) {

Completed in 113 milliseconds