Searched defs:IsFeatureEnabled (Results 1 - 7 of 7) 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.cc647 bool ProfileShortcutManager::IsFeatureEnabled() { function in class:ProfileShortcutManager
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc167 bool PDF::IsFeatureEnabled(const InstanceHandle& instance, function in class:pp::PDF
170 return PP_ToBool(get_interface<PPB_PDF>()->IsFeatureEnabled(
/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::__anon9636
124 return enter.functions()->IsFeatureEnabled(feature);
150 &IsFeatureEnabled,
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc145 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) { function in class:ppapi::proxy::PDFResource
/external/chromium_org/chrome/renderer/pepper/
H A Dppb_pdf_impl.cc358 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) { function in namespace:__anon6919
415 &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 627 milliseconds