HomeSort by relevance Sort by last modified time
    Searched full:g_shared_instance_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/base/resource/
resource_bundle.cc 53 ResourceBundle* g_shared_instance_ = NULL; member in namespace:ui::__anon16640
116 DCHECK(g_shared_instance_ == NULL) << "ResourceBundle initialized twice";
117 g_shared_instance_ = new ResourceBundle(delegate);
119 g_shared_instance_->LoadCommonResources();
120 std::string result = g_shared_instance_->LoadLocaleResources(pref_locale);
127 DCHECK(g_shared_instance_ == NULL) << "ResourceBundle initialized twice";
128 g_shared_instance_ = new ResourceBundle(delegate);
130 std::string result = g_shared_instance_->LoadLocaleResources(pref_locale);
137 DCHECK(g_shared_instance_ == NULL) << "ResourceBundle initialized twice";
138 g_shared_instance_ = new ResourceBundle(NULL)
    [all...]

Completed in 2795 milliseconds