HomeSort by relevance Sort by last modified time
    Searched defs:IsFeatureEnabled (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_stub.cc 8 bool ProfileShortcutManager::IsFeatureEnabled() {
profile_shortcut_manager_win.cc 647 bool ProfileShortcutManager::IsFeatureEnabled() {
    [all...]
  /external/chromium_org/ppapi/cpp/private/
pdf.cc 167 bool PDF::IsFeatureEnabled(const InstanceHandle& instance,
170 return PP_ToBool(get_interface<PPB_PDF>()->IsFeatureEnabled(
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 120 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {
124 return enter.functions()->IsFeatureEnabled(feature);
150 &IsFeatureEnabled,
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 145 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) {
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 358 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {
415 &IsFeatureEnabled,
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature);

Completed in 119 milliseconds