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

  /external/chromium/chrome/browser/sync/glue/
extension_model_associator.h 22 // Contains all logic for associating the Chrome extensions model and
23 // the sync extensions model.
33 static syncable::ModelType model_type() { return syncable::EXTENSIONS; }
extension_data_type_controller.cc 26 return syncable::EXTENSIONS;
extension_sync_traits.cc 13 #include "chrome/common/extensions/extension.h"
87 return ExtensionSyncTraits(syncable::EXTENSIONS,
data_type_manager_impl.cc 30 syncable::EXTENSIONS,
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 48 case EXTENSIONS:
98 case EXTENSIONS:
173 return EXTENSIONS;
201 case EXTENSIONS:
202 return "Extensions";
256 else if (model_type_string == "Extensions")
257 return EXTENSIONS;
327 case EXTENSIONS:
380 case EXTENSIONS: {
440 case EXTENSIONS
    [all...]
model_type.h 65 EXTENSIONS,
90 // is inferred from the presence of particular datatype extensions in the
nigori_util.cc 52 encrypted_types.insert(EXTENSIONS);
69 nigori->set_encrypt_extensions(types.count(EXTENSIONS) > 0);
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client_unittest.cc 165 OnInvalidate(MakeMap(syncable::EXTENSIONS, "")))
184 OnInvalidate(MakeMap(syncable::EXTENSIONS, "")));
207 OnInvalidate(MakeMap(syncable::EXTENSIONS, "")));
220 types.insert(syncable::EXTENSIONS);
229 types.insert(syncable::EXTENSIONS);
registration_manager_unittest.cc 108 syncable::EXTENSIONS,
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 42 datatypes.push_back(syncable::EXTENSIONS);
123 syncable::EXTENSIONS);
sync_setup_flow.cc 124 registered_types.count(syncable::EXTENSIONS) > 0);
sync_setup_wizard_unittest.cc 327 EXPECT_EQ(service_->chosen_data_types_.count(syncable::EXTENSIONS), 0U);
profile_sync_service.cc 457 case syncable::EXTENSIONS:
    [all...]
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 74 (*mutable_routing_info())[syncable::EXTENSIONS] = GROUP_PASSIVE;
syncapi.cc 415 DCHECK_EQ(syncable::EXTENSIONS, GetModelType());
632 DCHECK_EQ(syncable::EXTENSIONS, GetModelType());
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 34 import android.provider.Contacts.Extensions;
91 private static final int EXTENSIONS = 14;
216 public static final String EXTENSIONS = "view_v1_extensions";
245 android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE
290 matcher.addURI(authority, "extensions", EXTENSIONS);
291 matcher.addURI(authority, "extensions/#", EXTENSIONS_ID);
312 matcher.addURI(authority, "people/#/extensions", PEOPLE_EXTENSIONS);
313 matcher.addURI(authority, "people/#/extensions/#", PEOPLE_EXTENSIONS_ID);
446 sExtensionProjectionMap.put(android.provider.Contacts.Extensions._ID
    [all...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 41 EXTENSIONS,
59 EXTENSIONS: extension_specifics_pb2.extension,
117 specifics: A EntitySpecifics protobuf message whose extensions to
146 specifics.Extensions[extension_handle].SetInParent()
255 PermanentItem('google_chrome_extensions', name='Extensions',
256 parent_tag='google_chrome', sync_type=EXTENSIONS),
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 32 types[syncable::EXTENSIONS] = "";
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 103 config->data_types.insert(syncable::EXTENSIONS);
226 { "extensions", IDS_SYNC_DATATYPE_EXTENSIONS },
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 284 EXTENSIONS = 0x1F03,
815 // Support for extensions. Returns a non-null object, though not
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 758 String extensionsString = getString(GraphicsContext3D::EXTENSIONS);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 210 milliseconds