Home
last modified time | relevance | path

Searched refs:IndexedDBKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Didbbindingutilities_browsertest.cc100 const std::vector<IndexedDBKey>& expected_keys, in SetExpectedKeys()
128 void CheckInjectValue(const IndexedDBKey& key, in CheckInjectValue()
145 int id, const std::vector<IndexedDBKey>& values) { in OnIDBKeysFromValuesAndKeyPathSucceeded()
150 for (std::vector<IndexedDBKey>::const_iterator i(values.begin()); in OnIDBKeysFromValuesAndKeyPathSucceeded()
179 std::vector<IndexedDBKey> expected_keys_;
203 void SetExpectedKeys(int id, const std::vector<IndexedDBKey>& expected_keys, in SetExpectedKeys()
221 void CheckInjectValue(const IndexedDBKey& key, in CheckInjectValue()
235 std::vector<IndexedDBKey> expected_keys; in IN_PROC_BROWSER_TEST_F()
236 IndexedDBKey value; in IN_PROC_BROWSER_TEST_F()
240 IndexedDBKey invalid_value; in IN_PROC_BROWSER_TEST_F()
[all …]
Dutility_process_host.h20 class IndexedDBKey; variable
86 int id, const std::vector<IndexedDBKey>& keys) {} in OnIDBKeysFromValuesAndKeyPathSucceeded()
153 bool StartInjectIDBKey(const IndexedDBKey& key,
Dutility_process_host.cc88 const IndexedDBKey& key, const SerializedScriptValue& value, in StartInjectIDBKey()
/external/chromium/chrome/common/
Dutility_messages.h95 IndexedDBKey /* key */,
178 std::vector<IndexedDBKey> /* value */)