HomeSort by relevance Sort by last modified time
    Searched refs:primaryKey (Results 1 - 25 of 31) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 96 Key primaryKey = null;
108 if (primaryKey == null || distance < minDistance
109 || key.getCode() > primaryKey.getCode()) {
111 primaryKey = key;
114 return primaryKey;
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBCallbacks.h 52 virtual void onSuccess(WebIDBCursor*, const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); }
59 virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); }
WebIDBCursor.h 51 virtual void continueFunction(const WebIDBKey&, const WebIDBKey& primaryKey, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl 32 [CallWith=ScriptState, CachedAttribute=isPrimaryKeyDirty] readonly attribute any primaryKey;
38 [CallWith=ScriptState, RaisesException, RuntimeEnabled=IndexedDBExperimental] void continuePrimaryKey(any key, any primaryKey);
IDBCursor.h 71 ScriptValue primaryKey(ScriptState*);
78 void continuePrimaryKey(ScriptState*, const ScriptValue& key, const ScriptValue& primaryKey, ExceptionState&);
85 void continueFunction(IDBKey*, IDBKey* primaryKey, ExceptionState&);
89 void setValueReady(IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<blink::WebBlobInfo> >);
WebIDBCallbacksImpl.cpp 92 void WebIDBCallbacksImpl::onSuccess(WebIDBCursor* cursor, const WebIDBKey& key, const WebIDBKey& primaryKey, const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo)
94 m_request->onSuccess(adoptPtr(cursor), key, primaryKey, value, ConvertBlobInfo(webBlobInfo));
127 void WebIDBCallbacksImpl::onSuccess(const WebIDBKey& key, const WebIDBKey& primaryKey, const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo)
129 m_request->onSuccess(key, primaryKey, value, ConvertBlobInfo(webBlobInfo));
WebIDBCallbacksImpl.h 61 virtual void onSuccess(blink::WebIDBCursor*, const blink::WebIDBKey&, const blink::WebIDBKey& primaryKey, const blink::WebData&, const blink::WebVector<blink::WebBlobInfo>&) OVERRIDE;
68 virtual void onSuccess(const blink::WebIDBKey&, const blink::WebIDBKey& primaryKey, const blink::WebData&, const blink::WebVector<blink::WebBlobInfo>&) OVERRIDE;
IDBCursor.cpp 200 IDBKey* primaryKey = scriptValueToIDBKey(scriptState->isolate(), primaryKeyValue);
201 if (!key->isValid() || !primaryKey->isValid()) {
205 continueFunction(key, primaryKey, exceptionState);
208 void IDBCursor::continueFunction(IDBKey* key, IDBKey* primaryKey, ExceptionState& exceptionState)
210 ASSERT(!primaryKey || (key && primaryKey));
235 || (primaryKey && m_key->isEqual(key) && m_primaryKey->isLessThan(primaryKey));
243 || (primaryKey && key->isEqual(m_key.get()) && primaryKey->isLessThan(m_primaryKey.get()))
    [all...]
IDBRequest.cpp 198 void IDBRequest::setResultCursor(IDBCursor* cursor, IDBKey* key, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<blink::WebBlobInfo> > blobInfo)
202 m_cursorPrimaryKey = primaryKey;
254 void IDBRequest::onSuccess(PassOwnPtr<blink::WebIDBCursor> backend, IDBKey* key, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<blink::WebBlobInfo> > blobInfo)
272 setResultCursor(cursor, key, primaryKey, value, blobInfo);
330 IDBKey* primaryKey = prpPrimaryKey;
335 assertPrimaryKeyValidOrInjectable(m_scriptState.get(), valueBuffer, m_blobInfo.get(), primaryKey, keyPath);
338 onSuccessInternal(IDBAny::create(valueBuffer, m_blobInfo.get(), primaryKey, keyPath));
371 void IDBRequest::onSuccess(IDBKey* key, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<blink::WebBlobInfo> > blobInfo)
373 IDB_TRACE("IDBRequest::onSuccess(key, primaryKey, value)");
378 setResultCursor(m_pendingCursor.release(), key, primaryKey, value, blobInfo)
    [all...]
IDBRequest.h 98 virtual void onSuccess(PassOwnPtr<blink::WebIDBCursor>, IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer>, PassOwnPtr<Vector<blink::WebBlobInfo> >);
104 virtual void onSuccess(IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer>, PassOwnPtr<Vector<blink::WebBlobInfo> >);
144 void setResultCursor(IDBCursor*, IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<blink::WebBlobInfo> >);
IDBObjectStore.cpp 359 IDBKey* primaryKey = cursor->idbPrimaryKey();
368 m_database->backend()->setIndexKeys(m_transactionId, m_objectStoreId, primaryKey, indexIds, indexKeysList);
InspectorIndexedDBAgent.cpp 449 .setPrimaryKey(idbCursor->primaryKey(m_scriptState.get()).toJSONValue(m_scriptState.get())->toJSONString())
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 190 String primaryKey;
197 primaryKey = uri.getLastPathSegment();
199 where = ClockContract.AlarmsColumns._ID + "=" + primaryKey;
201 where = ClockContract.AlarmsColumns._ID + "=" + primaryKey +
210 primaryKey = uri.getLastPathSegment();
212 where = ClockContract.InstancesColumns._ID + "=" + primaryKey;
214 where = ClockContract.InstancesColumns._ID + "=" + primaryKey +
223 primaryKey = uri.getLastPathSegment();
225 where = ClockContract.CitiesColumns.CITY_ID + "=" + primaryKey;
227 where = ClockContract.CitiesColumns.CITY_ID +"=" + primaryKey
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 61 const int primaryKey = inputCodes[i];
67 keyCount, x, y, primaryKey, localeStr, codeToKeyMap, proximities);
146 const int x, const int y, const int primaryKey, const char *const localeStr,
150 proximities[insertPos++] = primaryKey;
161 if (c < KEYCODE_SPACE || c == primaryKey) {
180 AdditionalProximityChars::getAdditionalCharsSize(localeStr, primaryKey);
191 AdditionalProximityChars::getAdditionalChars(localeStr, primaryKey);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IndexedDBModel.js 397 var primaryKey = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].primaryKey));
399 entries.push(new WebInspector.IndexedDBModel.Entry(key, primaryKey, value));
414 * @param {!WebInspector.RemoteObject} primaryKey
417 WebInspector.IndexedDBModel.Entry = function(key, primaryKey, value)
420 this.primaryKey = primaryKey;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
indexedDBViews.css 109 .indexed-db-data-view .data-grid .data-container td.primaryKey-column {
115 .indexed-db-data-view .data-grid .data-container td.primaryKey-column div.primitive-value {
  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 368 if (cursor.primaryKey !== count)
369 shouldBe("cursor.primaryKey", "count");
403 if (cursor.primaryKey !== count)
404 shouldBe("cursor.primaryKey", "count");
index_test.js 45 shouldBe('event.target.result.primaryKey', '1');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
IndexedDBViews.js 151 columns.push({id: "primaryKey", titleDOMFragment: this._keyColumnHeaderFragment(WebInspector.UIString("Primary key"), this._objectStore.keyPath)});
321 data["primaryKey"] = entries[i].primaryKey;
324 var primaryKey = JSON.stringify(this._isIndex ? entries[i].primaryKey : entries[i].key);
395 case "primaryKey":
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc 144 const WebIDBKey& primaryKey,
webidbcursor_impl_unittest.cc 103 const WebIDBKey& primaryKey,
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1132 milliseconds

1 2