Searched defs:IsFeatureEnabled (Results 1 - 8 of 8) 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_win.cc645 bool ProfileShortcutManager::IsFeatureEnabled() { function in class:ProfileShortcutManager
/external/chromium_org/ppapi/cpp/private/
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.cc148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) { function in class:ppapi::proxy::PDFResource
/external/chromium_org/ppapi/thunk/
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/chrome/browser/apps/
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/ppapi/c/private/
H A Dppb_pdf.h152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature); member in struct:PPB_PDF

Completed in 5861 milliseconds