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

  /external/chromium_org/chrome/browser/extensions/
standard_management_policy_provider.cc 80 // Fields in |by_id| will automatically fall back to default settings if
82 const ExtensionManagement::IndividualSettings& by_id = local
89 by_id.installation_mode == ExtensionManagement::INSTALLATION_FORCED) {
122 if (by_id.installation_mode == ExtensionManagement::INSTALLATION_BLOCKED)
extension_management.cc 297 IndividualSettings* by_id = AccessById(it.key()); local
298 by_id->installation_mode = INSTALLATION_FORCED;
299 by_id->update_url = update_url;
358 IndividualSettings* by_id = AccessById(extension_id); local
359 if (!ParseIndividualSettings(subdict, SCOPE_INDIVIDUAL, by_id)) {
  /build/tools/releasetools/
blockimgdiff.py 135 def __init__(self, tgt_name, src_name, tgt_ranges, src_ranges, style, by_id):
149 self.id = len(by_id)
150 by_id.append(self)
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 638 Entry by_id(&trans, GET_BY_ID, server_id);
639 EXPECT_TRUE(by_id.good());
640 EXPECT_TRUE(by_id.GetUniqueClientTag().empty());

Completed in 232 milliseconds