Searched defs:idb_key_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/webkit/glue/
H A Didb_bindings.cc24 const string16& idb_key_path,
26 WebIDBKeyPath web_idb_key_path = WebIDBKeyPath::create(idb_key_path);
46 const string16& idb_key_path) {
48 key, value, WebIDBKeyPath::create(idb_key_path));
22 IDBKeysFromValuesAndKeyPath( const std::vector<WebSerializedScriptValue>& serialized_script_values, const string16& idb_key_path, std::vector<WebIDBKey>* values) argument
43 InjectIDBKey( const WebIDBKey& key, const WebSerializedScriptValue& value, const string16& idb_key_path) argument

Completed in 93 milliseconds