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

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_stub.cc 8 bool ProfileShortcutManager::IsFeatureEnabled() {
profile_shortcut_manager.h 50 static bool IsFeatureEnabled();
profile_shortcut_manager_win.cc 645 bool ProfileShortcutManager::IsFeatureEnabled() {
    [all...]
profile_manager.cc 260 if (ProfileShortcutManager::IsFeatureEnabled() && !user_data_dir_.empty())
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_pdf_api.h 30 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
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/cpp/private/
pdf.h 54 static bool IsFeatureEnabled(const InstanceHandle& instance,
pdf.cc 144 bool PDF::IsFeatureEnabled(const InstanceHandle& instance,
147 return PP_ToBool(get_interface<PPB_PDF>()->IsFeatureEnabled(
  /external/chromium_org/ppapi/proxy/
pdf_resource.h 53 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE;
pdf_resource.cc 148 PP_Bool PDFResource::IsFeatureEnabled(PP_PDFFeature feature) {
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature);
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.h 42 static bool IsFeatureEnabled();
ephemeral_app_launcher.cc 91 bool EphemeralAppLauncher::IsFeatureEnabled() {
123 if (!IsFeatureEnabled()) {
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 124 ProfileShortcutManager::IsFeatureEnabled());
438 DCHECK(ProfileShortcutManager::IsFeatureEnabled());
505 DCHECK(ProfileShortcutManager::IsFeatureEnabled());
521 DCHECK(ProfileShortcutManager::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/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 167 if (EphemeralAppLauncher::IsFeatureEnabled()) {
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 757 EphemeralAppLauncher::IsFeatureEnabled());
  /external/chromium_org/pdf/
instance.cc 323 if (pp::PDF::IsFeatureEnabled(this, PP_PDFFEATURE_HIDPI))
326 printing_enabled_ = pp::PDF::IsFeatureEnabled(this, PP_PDFFEATURE_PRINTING);
    [all...]

Completed in 577 milliseconds