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

  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 17 bool is_from_sync,
28 is_from_sync_(is_from_sync),
pending_extension_info.h 35 bool is_from_sync,
64 bool is_from_sync() const { return is_from_sync_; } function in class:extensions::PendingExtensionInfo
pending_extension_manager.h 126 bool is_from_sync,
pending_extension_manager.cc 81 if (iter->is_from_sync())
257 bool is_from_sync,
270 is_from_sync,
extension_service.h 303 // need to be exposed in the UI. Set |is_from_sync| to true if the
306 const extensions::Extension* extension, bool is_from_sync);
extension_service.cc     [all...]
extension_service_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 154 return info->is_from_sync();
176 if (!info->is_from_sync())

Completed in 2002 milliseconds