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

  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 127 scoped_refptr<TestCommandLinePrefStore> store3 = local
129 EXPECT_FALSE(store3->ProxySwitchesAreValid());
158 scoped_refptr<TestCommandLinePrefStore> store3 = local
160 store3->VerifyProxyMode(ProxyPrefs::MODE_DIRECT);
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc 145 scoped_refptr<TestCommandLinePrefStore> store3 = local
147 EXPECT_FALSE(store3->ProxySwitchesAreValid());
176 scoped_refptr<TestCommandLinePrefStore> store3 = local
178 store3->VerifyProxyMode(ProxyPrefs::MODE_DIRECT);
210 scoped_refptr<TestCommandLinePrefStore> store3 = local
215 store3->VerifySSLCipherSuites(expected_ciphers3,

Completed in 1292 milliseconds