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

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
shared_module_info.h 42 const std::string& other_id);
shared_module_info.cc 88 const std::string& other_id) {
91 if (info.imports_[i].extension_id == other_id)
  /external/chromium_org/chrome/common/metrics/variations/
variations_associated_data.cc 42 VariationID other_id = GetID(other_key, group_identifier); local
43 DCHECK(other_id == EMPTY_ID || other_id == id);
  /external/chromium_org/base/test/
trace_event_analyzer_unittest.cc 153 Query other_id = Query::OtherIdIs(other.id); local
180 EXPECT_TRUE(other_id.Evaluate(event));
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 146 int my_id = -1, other_id = -1; local
148 other.args_->GetAsInteger(&other_id) &&
149 my_id == other_id);
    [all...]

Completed in 93 milliseconds