HomeSort by relevance Sort by last modified time
    Searched refs:specifics (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 132 void AssociateForeignSpecifics(const sync_pb::SessionSpecifics& specifics,
306 // Used to populate a session header from the session specifics header
313 // Used to populate a session window from the session specifics window
322 // Helper method to load the favicon data from the tab specifics. If the
bookmark_model_associator.cc 599 GURL(bk_delete_journals[i].specifics.bookmark().url()),
600 bk_delete_journals[i].specifics.bookmark().title(),
favicon_cache_unittest.cc 190 const sync_pb::EntitySpecifics& specifics) {
191 if (specifics.has_favicon_image()) {
192 sync_pb::FaviconImageSpecifics image_specifics = specifics.favicon_image();
224 specifics.favicon_tracking();
    [all...]
  /external/chromium_org/sync/engine/
build_commit_command.cc 38 using syncable::SPECIFICS;
104 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
107 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
203 if (meta_entry.Get(SPECIFICS).has_bookmark()) {
process_commit_response_command.cc 335 committed_entry.specifics());
syncer_unittest.cc 103 using syncable::SPECIFICS;
254 sync_pb::EntitySpecifics specifics; local
255 specifics.mutable_bookmark()->set_url("http://demo/");
256 specifics.mutable_bookmark()->set_favicon("PNG");
257 entry->Put(syncable::SPECIFICS, specifics);
266 const sync_pb::EntitySpecifics& specifics = entry->Get(syncable::SPECIFICS); local
267 EXPECT_TRUE(specifics.has_bookmark());
268 EXPECT_EQ("PNG", specifics.bookmark().favicon())
736 sync_pb::EntitySpecifics specifics; local
849 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 223 const sync_pb::EntitySpecifics& specifics);
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 505 ComponentName caller, Intent[] specifics, Intent intent,
510 if (specifics != null) {
511 final int N = specifics.length;
513 Intent sp = specifics[i];
527 return mPM.queryIntentActivityOptions(caller, specifics,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 5312 sync_pb::EntitySpecifics specifics; local
5451 sync_pb::EntitySpecifics specifics; local
5489 sync_pb::EntitySpecifics specifics; local
5541 sync_pb::EntitySpecifics specifics; local
5607 sync_pb::EntitySpecifics specifics; local
5641 sync_pb::EntitySpecifics specifics; local
5704 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 89 using syncer::syncable::SPECIFICS;
629 sync_pb::EntitySpecifics specifics;
630 AutocompleteSyncableService::WriteAutofillEntry(entry, &specifics);
632 specifics.mutable_autofill();
652 sync_pb::EntitySpecifics specifics;
653 AutofillProfileSyncableService::WriteAutofillProfile(profile, &specifics);
655 specifics.mutable_autofill_profile();
872 item.Put(SPECIFICS, entity_specifics);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 513 const sync_pb::AutofillProfileSpecifics& specifics) {
516 const sync_pb::AutofillProfileSpecifics& s(specifics);
autofill_profile_model_associator.cc 237 const sync_pb::AutofillProfileSpecifics& specifics) {
240 const sync_pb::AutofillProfileSpecifics& s(specifics);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 42 SyncedNotificationSpecifics specifics = sync_data.GetSpecifics(). local
45 return specifics.coalesced_notification().key();
223 // Set enough fields in sync_data, including specifics, for our tests
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 49 'SPECIFICS',
69 } else if ((field == 'SERVER_SPECIFICS' || field == 'SPECIFICS') &&
70 $('include-specifics').checked) {
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc 278 << "Autofill specifics data not present on delete!";
352 const sync_pb::EntitySpecifics& specifics = data.GetSpecifics(); local
354 specifics.autofill());
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 114 in ComponentName caller, in Intent[] specifics,
PackageManager.java     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
StubPackageManager.java 149 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Intent intent, int flags) {
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 440 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) {
443 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
453 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 462 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) {
465 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
475 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]);
    [all...]
  /external/libvorbis/doc/
08-residue.tex 350 \subsubsection{format 0 specifics}
384 \subsubsection{format 1 specifics}
416 \subsubsection{format 2 specifics}
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 380 committed_entry.specifics());
  /frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java 254 Intent[] specifics, Intent intent, int flags) {
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 58 sync_pb::EntitySpecifics specifics; local
60 specifics.mutable_search_engine();
78 se_specifics->keyword(), specifics);
397 // Convert the specifics back to a TemplateURL.
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 119 sync_pb::EntitySpecifics specifics; local
120 syncer::AddDefaultFieldValue(model_type, &specifics);
121 node.Put(syncable::SPECIFICS, specifics);
563 // Now set up the old nigori specifics and apply it on top.
580 // specifics.
    [all...]

Completed in 554 milliseconds

1 2 3 4 56 7