HomeSort by relevance Sort by last modified time
    Searched full:local_storage (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 101 _Method.GET, '/session/:sessionId/local_storage/key/:key')
103 _Method.DELETE, '/session/:sessionId/local_storage/key/:key')
104 GET_LOCAL_STORAGE_KEYS = (_Method.GET, '/session/:sessionId/local_storage')
105 SET_LOCAL_STORAGE_ITEM = (_Method.POST, '/session/:sessionId/local_storage')
106 CLEAR_LOCAL_STORAGE = (_Method.DELETE, '/session/:sessionId/local_storage')
108 _Method.GET, '/session/:sessionId/local_storage/size')
  /external/chromium_org/extensions/browser/api/storage/
storage_frontend_unittest.cc 205 ValueStore* local_storage = local
220 local_storage->Set(
224 EXPECT_FALSE(local_storage->Set(
230 local_storage->Set(
234 EXPECT_TRUE(local_storage->Set(
256 static void UnlimitedLocalStorageTestCallback(ValueStore* local_storage) {
260 local_storage->Set(
264 EXPECT_FALSE(local_storage->Set(
  /external/chromium_org/chrome/browser/sessions/
better_session_restore_browsertest.cc 136 test_files.push_back("local_storage.html");
415 StoreDataWithPage("local_storage.html");
620 StoreDataWithPage("local_storage.html");
702 StoreDataWithPage("local_storage.html");
710 NavigateAndCheckStoredData("local_storage.html");
720 StoreDataWithPage("local_storage.html");
742 StoreDataWithPage("local_storage.html");
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler.cc 378 "session/:sessionId/local_storage/key/:key",
383 "session/:sessionId/local_storage/key/:key",
388 "session/:sessionId/local_storage",
393 "session/:sessionId/local_storage",
398 "session/:sessionId/local_storage",
403 "session/:sessionId/local_storage/size",
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 153 dict->SetString(kKeyType, "local_storage");
  /external/chromium_org/chrome/browser/resources/options/
cookies_list.js 31 'local_storage': [['origin', 'label_local_storage_origin'],
473 } else if (this.data.type == 'local_storage') {
    [all...]
  /bionic/libc/tzcode/
localtime.c 356 union local_storage { union
374 register union local_storage *lsp;
380 union local_storage ls;
    [all...]

Completed in 451 milliseconds