Searched defs:GetDefault (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddefault_app_order.cc51 void GetDefault(std::vector<std::string>* app_ids) { function in namespace:chromeos::default_app_order::__anon4411
124 GetDefault(&app_ids_);
133 GetDefault(app_ids);
/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceProfile.cpp53 SkDeviceProfile* SkDeviceProfile::GetDefault() { function in class:SkDeviceProfile
69 gGlobalProfile = SkDeviceProfile::GetDefault();
/external/skia/src/core/
H A DSkDeviceProfile.cpp53 SkDeviceProfile* SkDeviceProfile::GetDefault() { function in class:SkDeviceProfile
69 gGlobalProfile = SkDeviceProfile::GetDefault();
/external/chromium/net/base/
H A Dhost_resolver_proc.cc116 HostResolverProc* HostResolverProc::GetDefault() { function in class:net::HostResolverProc
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tracker.cc211 PrerenderTracker* PrerenderTracker::GetDefault() { function in class:prerender::PrerenderTracker
218 GetDefault()->AddPrerenderOnIOThread(child_route_id_pair);
224 GetDefault()->RemovePrerenderOnIOThread(child_route_id_pair);
/external/chromium_org/net/dns/
H A Dhost_resolver_proc.cc118 HostResolverProc* HostResolverProc::GetDefault() { function in class:net::HostResolverProc
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc86 AwBrowserContext* AwBrowserContext::GetDefault() { function in class:android_webview::AwBrowserContext
/external/openfst/src/include/fst/
H A Dflags.h153 usage += GetDefault(desc.default_value) + "\n ";
167 string GetDefault(bool default_value) const { function in class:FlagRegister
171 string GetDefault(const string &default_value) const { function in class:FlagRegister
175 template<typename V> string GetDefault(const V& default_value) const { function in class:FlagRegister

Completed in 233 milliseconds