HomeSort by relevance Sort by last modified time
    Searched full:specifics (Results 176 - 200 of 378) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 117 GURL GetFaviconURLFromSpecifics(const sync_pb::EntitySpecifics& specifics) {
118 if (specifics.has_favicon_tracking())
119 return GURL(specifics.favicon_tracking().favicon_url());
121 return GURL(specifics.favicon_image().favicon_url());
968 sync_pb::EntitySpecifics specifics; local
    [all...]
typed_url_model_associator.cc 440 sync_pb::TypedUrlSpecifics specifics(source);
441 specifics.clear_visits();
442 specifics.clear_visit_transitions();
446 specifics.add_visits(source.visits(i));
447 specifics.add_visit_transitions(source.visit_transitions(i));
450 DCHECK(specifics.visits_size() == specifics.visit_transitions_size());
451 return specifics;
generic_change_processor.cc 43 // Use the specifics of non-password datatypes directly (encryption has
93 it->id, it->specifics, base::Time())));
98 // Need to load specifics from node.
458 const sync_pb::EntitySpecifics& specifics = local
460 CHECK(specifics.has_encrypted());
461 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted());
session_model_associator_unittest.cc 467 // Create tab specifics with an empty favicon. Ensure it gets ignored and not
486 // Create tab specifics with a non-web favicon. Ensure it gets ignored and not
506 // Create tab specifics with a valid favicon. Ensure it gets stored in the
525 // Create tab specifics with a valid favicon, load it, then load tab specifics
password_change_processor.cc 189 DCHECK(it->specifics.has_password())
190 << "Password specifics data not present on delete!";
  /external/chromium_org/chrome/browser/sync/sessions2/
tab_node_pool2_unittest.cc 220 sync_pb::SessionSpecifics specifics(entity.session());
221 EXPECT_EQ(0, specifics.tab_node_id());
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 132 // |specifics|.
134 const sync_pb::AutofillProfileSpecifics& specifics,
autocomplete_syncable_service.cc 278 << "Autofill specifics data not present on delete!";
352 const sync_pb::EntitySpecifics& specifics = data.GetSpecifics(); local
354 specifics.autofill());
autocomplete_syncable_service.h 138 // Deletes the database entry corresponding to the |autofill| specifics.
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 140 // Lower Operand specifics
163 // Expand specifics
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 164 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
171 entry.specifics.CopyFrom(specifics)
219 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
240 proto.specifics.CopyFrom(specifics)
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 205 Intent[] specifics = new Intent[1]; local
208 specifics[0] = new Intent(Intent.ACTION_EDIT, uri);
230 specifics, // These specific options must appear first.
231 intent, // These Intent objects map to the options in specifics.
233 items // The menu items generated from the specifics-to-
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 123 if (specifics.has_##field()) { \
124 value->Set(#field, fn(specifics.field())); \
631 const sync_pb::PriorityPreferenceSpecifics& specifics) {
709 const sync_pb::EntitySpecifics& specifics) {
769 SET(specifics, EntitySpecificsToValue);
    [all...]
  /external/chromium_org/sync/engine/
commit_util.cc 40 using syncable::SPECIFICS;
92 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
292 local_entry->PutServerSpecifics(committed_entry.specifics());
  /external/chromium_org/third_party/libxml/src/win32/
Readme.txt 21 2. Compiler Specifics
139 2. Compiler Specifics
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 100 const sync_pb::AutofillProfileSpecifics& specifics);
autofill_profile_model_associator.h 101 const sync_pb::AutofillProfileSpecifics& specifics);
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 108 sync_pb::TypedUrlSpecifics* specifics);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_unittest.cc 45 // Set enough fields in sync_data, including specifics, for our tests
  /external/chromium_org/remoting/host/win/
worker_process_launcher.h 130 // Implements specifics of launching a worker process.
  /external/chromium_org/sync/syncable/
directory_backing_store.h 125 // a model. We persist a default instance of the specifics protobuf as the
entry.h 176 return kernel_->ref(SPECIFICS);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 46 #platform specifics (disabled)
  /external/eigen/Eigen/src/plugins/
MatrixCwiseBinaryOps.h 11 // This file is a base class plugin containing matrix specifics coefficient wise functions.
  /external/markdown/docs/extensions/
WikiLinks.txt 123 the documentation for that extension for specifics. The supported meta-data

Completed in 1915 milliseconds

1 2 3 4 5 6 78 91011>>