HomeSort by relevance Sort by last modified time
    Searched refs:Scheme (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 467 pickle->WriteInt(form->scheme);
519 int scheme = 0; local
523 if (!pickle.ReadInt(&iter, &scheme) ||
539 form->scheme = static_cast<PasswordForm::Scheme>(scheme);
native_backend_gnome_x.cc 177 form->scheme = static_cast<PasswordForm::Scheme>(uint_attr_map["scheme"]);
222 { "scheme", GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32 },
348 "scheme", form.scheme,
    [all...]
  /external/chromium/net/http/
http_auth_cache_unittest.cc 22 MockAuthHandler(HttpAuth::Scheme scheme,
26 auth_scheme_ = scheme;
130 // While Realm3 does exist, the origin scheme is wrong.
135 // Realm, origin scheme ok, authentication scheme wrong
140 // Valid lookup by origin, realm, scheme.
144 EXPECT_EQ(HttpAuth::AUTH_SCHEME_BASIC, entry->scheme());
150 // Valid lookup by origin, realm, scheme when there's a duplicate
155 EXPECT_EQ(HttpAuth::AUTH_SCHEME_DIGEST, entry->scheme());
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 28 ProxyServer::Scheme proxy,
ssl_client_socket_pool_unittest.cc 105 scoped_refptr<SSLSocketParams> SSLParams(ProxyServer::Scheme proxy,
  /external/chromium_org/chrome/browser/password_manager/
login_database.cc 88 const std::string found_scheme = GURL(found->signon_realm).scheme();
89 const std::string form_scheme = GURL(current.signon_realm).scheme();
220 "scheme INTEGER NOT NULL,"
292 " scheme, password_type, possible_usernames, times_used) "
308 s.BindInt(COLUMN_SCHEME, form.scheme);
416 form->scheme = static_cast<PasswordForm::Scheme>(scheme_int);
436 "scheme, password_type, possible_usernames, times_used "
446 // in the |logins| table. The result (scheme, domain and port) is verified
457 std::string scheme = signon_realm.scheme() local
    [all...]
native_backend_gnome_x.cc 129 form->scheme = static_cast<PasswordForm::Scheme>(uint_attr_map["scheme"]);
174 { "scheme", GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32 },
258 "scheme", form.scheme,
native_backend_kwallet_x_unittest.cc 179 EXPECT_EQ(expected.scheme, actual.scheme);
    [all...]
native_backend_kwallet_x.cc 698 pickle->WriteInt(form->scheme);
756 int scheme = 0; local
760 if (!iter.ReadInt(&scheme) ||
782 form->scheme = static_cast<PasswordForm::Scheme>(scheme);
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool.cc 32 ProxyServer::Scheme proxy,
ssl_client_socket_pool_unittest.cc 155 scoped_refptr<SSLSocketParams> SSLParams(ProxyServer::Scheme proxy,
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 491 const std::string scheme = "https"; local
493 repl.SetSchemeStr(scheme);
618 // Support basic authentication scheme only, because we don't have
620 // TODO(ukai): Add support other authentication scheme.
757 auth_info_->scheme = ASCIIToWide(
783 if (proxy_info_.proxy_server().scheme() == ProxyServer::SCHEME_SOCKS5)
961 std::set<HttpAuth::Scheme> disabled_schemes;
971 // We only support basic authentication scheme now.
972 // TODO(ukai): Support other authentication scheme.
    [all...]
  /external/chromium_org/net/http/
http_auth_cache_unittest.cc 22 MockAuthHandler(HttpAuth::Scheme scheme,
26 auth_scheme_ = scheme;
141 // While Realm3 does exist, the origin scheme is wrong.
146 // Realm, origin scheme ok, authentication scheme wrong
151 // Valid lookup by origin, realm, scheme.
155 EXPECT_EQ(HttpAuth::AUTH_SCHEME_BASIC, entry->scheme());
162 // Valid lookup by origin, realm, scheme when there's a duplicate
167 EXPECT_EQ(HttpAuth::AUTH_SCHEME_DIGEST, entry->scheme());
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 88 const char* scheme; member in struct:__anon5331::ReplaceCase
312 TEST(URLCanonTest, Scheme) {
366 // Test the case where the scheme is declared nonexistant, it should be
367 // converted into an empty scheme.
    [all...]
  /external/chromium_org/url/
url_canon_unittest.cc 75 const char* scheme; member in struct:__anon17003::ReplaceCase
299 TEST(URLCanonTest, Scheme) {
353 // Test the case where the scheme is declared nonexistant, it should be
354 // converted into an empty scheme.
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 455 milliseconds

1 2 34 5