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

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_stub.cc 8 bool ProfileShortcutManager::IsFeatureEnabled() {
profile_shortcut_manager_win.cc 645 bool ProfileShortcutManager::IsFeatureEnabled() {
    [all...]
  /external/chromium_org/ppapi/cpp/private/
pdf.cc 144 bool PDF::IsFeatureEnabled(const InstanceHandle& instance,
147 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);
178 &IsFeatureEnabled,
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) {
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.cc 91 bool EphemeralAppLauncher::IsFeatureEnabled() {
123 if (!IsFeatureEnabled()) {
  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.cc 253 PP_Bool IsFeatureEnabled(PP_Instance instance, PP_PDFFeature feature) {
337 &IsFeatureEnabled, //
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature);

Completed in 238 milliseconds