HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 951 - 975 of 5510) sorted by null

<<31323334353637383940>>

  /external/chromium_org/sync/engine/
process_updates_util.cc 31 // being applied to a local item with a different ID, we will count the change
33 // our IDs correctly in its commit response, so a new ID during GetUpdate should
38 // server-returned new ID to the database before we shut down. On the GetUpdate
40 // updates its local ID.
43 // test server will send one of the clients a response to upate its local ID so
44 // that both clients will refer to the item using the same ID going forward. In
102 syncable::Id id = SyncableIdFromProto(entry.id_string()); local
109 if (!id.ServerKnows()) {
110 LOG(ERROR) << "Illegal negative id in received updates"
    [all...]
  /external/chromium_org/sync/internal_api/attachments/
fake_attachment_store.cc 52 const AttachmentId& id = *id_iter; local
57 result_map->insert(std::make_pair(id, attachment));
59 unavailable_attachments->push_back(id);
  /external/chromium_org/sync/notifier/
registration_manager.h 76 // Marks the registration for the |id| lost and re-registers
78 void MarkRegistrationLost(const invalidation::ObjectId& id);
83 // Marks the registration for the |id| permanently lost and blocks any future
85 void DisableId(const invalidation::ObjectId& id);
113 RegistrationStatus(const invalidation::ObjectId& id,
126 const invalidation::ObjectId id; member in struct:syncer::RegistrationManager::RegistrationStatus
155 // Does nothing if the given id is disabled. Otherwise, if
160 void TryRegisterId(const invalidation::ObjectId& id,
163 // Registers the given id, which must be valid, immediately.
167 void DoRegisterId(const invalidation::ObjectId& id);
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix;
70 std::string IdToString(int id) {
72 id_message << id; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id; local
84 EXPECT_STREQ(IdToString(id).c_str(), property->value());
89 void ManyAsserts(int id) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 65 v8::Local<v8::Value> id = item->Get(v8AtomicString(isolate, "id")); local
90 ContextMenuAction typedId = static_cast<ContextMenuAction>(ContextMenuItemBaseCustomTag + id->ToInt32()->Value());
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.h 43 CSSValueID id; member in struct:WebCore::MediaQueryExpValue
55 : id(CSSValueInvalid)
72 return (id == expValue.id);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 81 ScriptedAnimationController::CallbackId id = ++m_nextCallbackId; local
83 callback->m_id = id;
87 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "RequestAnimationFrame", "data", InspectorAnimationFrameEvent::data(m_document, id));
90 InspectorInstrumentation::didRequestAnimationFrame(m_document, id);
92 return id;
95 void ScriptedAnimationController::cancelCallback(CallbackId id)
98 if (m_callbacks[i]->m_id == id) {
99 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "CancelAnimationFrame", "data", InspectorAnimationFrameEvent::data(m_document, id));
102 InspectorInstrumentation::didCancelAnimationFrame(m_document, id);
108 if (m_callbacksToInvoke[i]->m_id == id) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackBase.h 56 String id() const { return m_id; } function in class:WebCore::TrackBase
57 void setId(const String& id) { m_id = id; }
66 TrackBase(Type, const AtomicString& label, const AtomicString& language, const String& id);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 55 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
57 m_id = id;
210 int x, y, radiusX, radiusY, id; local
233 if (pointObj->getNumber("id", &id)) {
235 id = -1;
238 id = autoId++;
240 if (id < 0) {
266 SyntheticInspectorTouchPoint point(id++, convertedState, globalPoint, convertedPoint, radiusX, radiusY, rotationAngle, force);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkWorkspaceBinding.js 51 id: function()
136 var uiSourceCode = /** @type {!WebInspector.UISourceCode} */ (this._workspace.uiSourceCode(projectDelegate.id(), path));
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadCommon.h 41 const String& id() const { return m_id; } function in class:WebCore::GamepadCommon
42 void setId(const String& id) { m_id = id; }
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBMetadata.h 41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry)
43 , id(id)
48 int64_t id; member in struct:WebCore::IDBIndexMetadata
58 IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId)
60 , id(id)
67 int64_t id; member in struct:WebCore::IDBObjectStoreMetadata
91 IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId)
93 , id(id
101 int64_t id; member in struct:WebCore::IDBDatabaseMetadata
    [all...]
IDBObjectStore.h 62 int64_t id() const { return m_metadata.id; } function in class:WebCore::IDBObjectStore
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIPort.h 56 String id() const { return m_id; } function in class:WebCore::MIDIPort
73 MIDIPort(MIDIAccess*, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode, const String& version);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchPoint.h 49 unsigned id() const { return m_id; } function in class:WebCore::PlatformTouchPoint
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoAlgorithm.cpp 44 // A mapping from the algorithm ID to information about the algorithm.
224 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params)
225 : id(id)
230 WebCryptoAlgorithmId id; member in class:blink::WebCryptoAlgorithmPrivate
234 WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params)
235 : m_private(adoptRef(new WebCryptoAlgorithmPrivate(id, params)))
244 WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgorithmParams* params)
246 return WebCryptoAlgorithm(id, adoptPtr(params));
249 const WebCryptoAlgorithmInfo* WebCryptoAlgorithm::lookupAlgorithmInfo(WebCryptoAlgorithmId id)
261 WebCryptoAlgorithmId WebCryptoAlgorithm::id() const function in class:blink::WebCryptoAlgorithm
    [all...]
WebMediaStream.cpp 73 WebString WebMediaStream::id() const function in class:blink::WebMediaStream
75 return m_private->id();
WebMediaStreamTrack.cpp 88 void WebMediaStreamTrack::initialize(const WebString& id, const WebMediaStreamSource& source)
90 m_private = MediaStreamComponent::create(id, source);
114 WebString WebMediaStreamTrack::id() const function in class:blink::WebMediaStreamTrack
117 return m_private->id();
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamComponent.h 59 static PassRefPtr<MediaStreamComponent> create(const String& id, PassRefPtr<MediaStreamSource>);
63 String id() const { return m_id; } function in class:WebCore::MediaStreamComponent
76 MediaStreamComponent(const String& id, PassRefPtr<MediaStreamSource>);
MediaStreamDescriptor.h 64 static PassRefPtr<MediaStreamDescriptor> create(const String& id, const MediaStreamComponentVector& audioComponents, const MediaStreamComponentVector& videoComponents);
69 String id() const { return m_id; } function in class:WebCore::FINAL
90 MediaStreamDescriptor(const String& id, const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources);
91 MediaStreamDescriptor(const String& id, const MediaStreamComponentVector& audioComponents, const MediaStreamComponentVector& videoComponents);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEvent.cpp 194 const char* id = staticKeyIdentifiers(windowsKeyCode); local
195 if (id) {
196 strncpy(keyIdentifier, id, sizeof(keyIdentifier) - 1);
  /external/chromium_org/third_party/angle/src/common/
RefCountObject.h 25 explicit RefCountObject(GLuint id);
31 GLuint id() const { return mId; } function in class:RefCountObject
49 GLuint id() const { return (mObject != NULL) ? mObject->id() : 0; } function in class:RefCountObjectBindingPointer
  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 47 LocaleUtility::canonicalLocaleString(const UnicodeString* id, UnicodeString& result)
49 if (id == NULL) {
59 result = *id;
91 // This code does a proper full level 2 canonicalization of id.
103 if (id != 0) {
104 int32_t buflen = id->length() + 8; // space for NUL
108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
123 LocaleUtility::initLocaleFromName(const UnicodeString& id, Locale& result)
127 if (id.isBogus() || id.length() >= BUFLEN)
233 const UChar* id = uenum_unext(uenum, NULL, &status); local
    [all...]
servlkf.cpp 62 UnicodeString id; local
63 key.currentID(id);
64 return supported->get(id) != NULL;
78 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer); local
80 result.remove(id);
82 result.put(id, (void*)this, status); // this is dummy non-void marker used for set semantics
92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const {
95 // assume if this is called on us, we support some fallback of this id
96 // if (isSupportedID(id, status)) {
98 LocaleUtility::initLocaleFromName(id, loc)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
wintzimpl.cpp 118 UnicodeString id = UnicodeString(icuid, length); local
119 TimeZone *tz = TimeZone::createTimeZone(id);

Completed in 4377 milliseconds

<<31323334353637383940>>