HomeSort by relevance Sort by last modified time
    Searched refs:store3 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/test/data/indexeddb/
bug_90635.js 31 db.createObjectStore('store3', {keyPath: 'some_path'});
50 var transaction = db.transaction(['store1', 'store2', 'store3'], 'readonly');
53 var store3 = transaction.objectStore('store3');
57 store3.keyPath !== 'some_path') {
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc 147 scoped_refptr<TestCommandLinePrefStore> store3 = local
149 EXPECT_FALSE(store3->ProxySwitchesAreValid());
178 scoped_refptr<TestCommandLinePrefStore> store3 = local
180 store3->VerifyProxyMode(ProxyPrefs::MODE_DIRECT);
212 scoped_refptr<TestCommandLinePrefStore> store3 = local
217 store3->VerifySSLCipherSuites(expected_ciphers3,
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store_unittest.cc 446 scoped_ptr<UserCloudPolicyStore> store3(
451 store3->AddObserver(&observer_);
452 EXPECT_CALL(observer_, OnStoreLoaded(store3.get()));
453 store3->Load();
456 ASSERT_TRUE(store3->policy());
457 store3->RemoveObserver(&observer_);

Completed in 73 milliseconds