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

  /external/chromium_org/extensions/common/manifest_handlers/
shared_module_info.h 39 // Check against the shared module's whitelist to see if |other_id| can import
43 const std::string& other_id);
47 const std::string& other_id);
shared_module_info.cc 90 const std::string& other_id) {
93 // |other_id| importing |extension| is valid.
99 if (info.export_whitelist_.find(other_id) != info.export_whitelist_.end())
106 const std::string& other_id) {
109 if (info.imports_[i].extension_id == other_id)
  /external/chromium_org/components/variations/
variations_associated_data.cc 50 VariationID other_id = GetID(other_key, group_identifier); local
51 DCHECK(other_id == EMPTY_ID || other_id == id);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statstypes.h 77 bool operator==(const std::string& other_id) const { return id == other_id; }
  /external/chromium_org/base/test/
trace_event_analyzer_unittest.cc 164 Query other_id = Query::OtherIdIs(other.id); local
191 EXPECT_TRUE(other_id.Evaluate(event));
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 148 int my_id = -1, other_id = -1; local
150 other.args_->GetAsInteger(&other_id) &&
151 my_id == other_id);
    [all...]

Completed in 669 milliseconds