HomeSort by relevance Sort by last modified time
    Searched refs:Singleton (Results 51 - 65 of 65) sorted by null

1 23

  /external/chromium/net/base/
net_util.cc 41 #include "base/singleton.h"
511 friend class Singleton<LangToExemplarSet>;
521 const LangToExemplarSetMap& map = Singleton<LangToExemplarSet>()->map;
532 LangToExemplarSetMap& map = Singleton<LangToExemplarSet>()->map;
    [all...]
ev_root_ca_metadata.cc 15 #include "base/singleton.h"
220 return Singleton<EVRootCAMetadata>::get();
  /external/chromium/net/url_request/
url_request.cc 9 #include "base/singleton.h"
31 return Singleton<URLRequestJobManager>::get();
url_request_http_job.cc 876 net::HTTPSProber* const prober = Singleton<net::HTTPSProber>::get();
url_request_view_net_internals_job.cc 723 SubSection* all = Singleton<AllSubSections>::get();
  /external/chromium/net/socket/
ssl_client_socket_win.cc 11 #include "base/singleton.h"
254 return Singleton<CredHandleTable>::get()->GetHandle(client_cert,
414 Singleton<ClientCertStore>::get()->CopyCertContext(cert_context);
    [all...]
ssl_client_socket_mac.cc 10 #include "base/singleton.h"
431 // Used as a singleton.
672 Singleton<EnabledCipherSuites>::get();
    [all...]
ssl_client_socket_nss.cc 65 #include "base/singleton.h"
151 Singleton<NSSSSLInitSingleton>::get();
    [all...]
  /external/chromium/base/
string_util.cc 25 #include "base/singleton.h"
30 // Force the singleton used by Empty[W]String[16] to be a unique type. This
31 // prevents other code that might accidentally use Singleton<string> from
334 return Singleton<EmptyStrings>::get()->s;
338 return Singleton<EmptyStrings>::get()->ws;
342 return Singleton<EmptyStrings>::get()->s16;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 94 'SingleForwardable', 'Singleton', 'SingletonClassMethods',
  /frameworks/base/services/sensorservice/
SensorService.cpp 27 #include <utils/Singleton.h>
  /external/v8/src/
parser.cc     [all...]
jsregexp.h 239 static inline CharacterRange Singleton(uc16 value) {
    [all...]
jsregexp.cc     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 297 milliseconds

1 23