singleton 188 chrome/browser/character_encoding.cc static CanonicalEncodingMap* singleton = new CanonicalEncodingMap; singleton 189 chrome/browser/character_encoding.cc return singleton; singleton 175 chrome/browser/extensions/api/app_window/app_window_api.cc if (options->singleton && *options->singleton == false) { singleton 182 chrome/browser/extensions/api/app_window/app_window_api.cc if (!options->singleton || *options->singleton) { singleton 91 content/child/npapi/plugin_host.cc CR_DEFINE_STATIC_LOCAL(scoped_refptr<PluginHost>, singleton, ()); singleton 92 content/child/npapi/plugin_host.cc if (singleton.get() == NULL) { singleton 93 content/child/npapi/plugin_host.cc singleton = new PluginHost(); singleton 96 content/child/npapi/plugin_host.cc DCHECK(singleton.get() != NULL); singleton 97 content/child/npapi/plugin_host.cc return singleton.get(); singleton 141 content/renderer/render_widget.cc static TextInputModeMapSingleton* singleton = singleton 144 content/renderer/render_widget.cc singleton->map().find(input_mode.utf8()); singleton 145 content/renderer/render_widget.cc if (it == singleton->map().end()) singleton 237 third_party/protobuf/src/google/protobuf/message.cc static GeneratedMessageFactory* singleton(); singleton 342 third_party/protobuf/src/google/protobuf/message.cc return GeneratedMessageFactory::singleton(); singleton 347 third_party/protobuf/src/google/protobuf/message.cc GeneratedMessageFactory::singleton()->RegisterFile(filename, singleton 353 third_party/protobuf/src/google/protobuf/message.cc GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype);