Searched refs:IsFeatureEnabled (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_stub.cc8 bool ProfileShortcutManager::IsFeatureEnabled() { function in class:ProfileShortcutManager
H A Dprofile_shortcut_manager.h50 static bool IsFeatureEnabled();
H A Dprofile_shortcut_manager_win.cc645 bool ProfileShortcutManager::IsFeatureEnabled() { function in class:ProfileShortcutManager
H A Dprofile_manager.cc260 if (ProfileShortcutManager::IsFeatureEnabled() && !user_data_dir_.empty())
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_api.h30 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
H A Dppb_pdf_thunk.cc120 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) { function in namespace:ppapi::thunk::__anon10300
124 return enter.functions()->IsFeatureEnabled(feature);
178 &IsFeatureEnabled,
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.h54 static bool IsFeatureEnabled(const InstanceHandle& instance,
H A Dpdf.cc144 bool PDF::IsFeatureEnabled(const InstanceHandle& instance, function in class:pp::PDF
147 return PP_ToBool(get_interface<PPB_PDF>()->IsFeatureEnabled(
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.h53 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
H A Dpdf_resource.cc148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) { function in class:ppapi::proxy::PDFResource
/external/chromium_org/ppapi/c/private/
H A Dppb_pdf.h152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature); member in struct:PPB_PDF
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc124 ProfileShortcutManager::IsFeatureEnabled());
438 DCHECK(ProfileShortcutManager::IsFeatureEnabled());
505 DCHECK(ProfileShortcutManager::IsFeatureEnabled());
521 DCHECK(ProfileShortcutManager::IsFeatureEnabled());
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.h42 static bool IsFeatureEnabled();
H A Dephemeral_app_launcher.cc91 bool EphemeralAppLauncher::IsFeatureEnabled() { function in class:EphemeralAppLauncher
123 if (!IsFeatureEnabled()) {
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc253 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) { function in namespace:pdf::__anon6690
337 &IsFeatureEnabled, //
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc167 if (EphemeralAppLauncher::IsFeatureEnabled()) {
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc757 EphemeralAppLauncher::IsFeatureEnabled());
/external/chromium_org/pdf/
H A Dinstance.cc323 if (pp::PDF::IsFeatureEnabled(this, PP_PDFFEATURE_HIDPI))
326 printing_enabled_ = pp::PDF::IsFeatureEnabled(this, PP_PDFFEATURE_PRINTING);

Completed in 208 milliseconds