IsFeatureEnabled 251 chrome/browser/profiles/profile_manager.cc if (ProfileShortcutManager::IsFeatureEnabled() && !user_data_dir_.empty()) IsFeatureEnabled 50 chrome/browser/profiles/profile_shortcut_manager.h static bool IsFeatureEnabled(); IsFeatureEnabled 132 chrome/browser/ui/webui/options/manage_profile_handler.cc ProfileShortcutManager::IsFeatureEnabled()); IsFeatureEnabled 404 chrome/browser/ui/webui/options/manage_profile_handler.cc DCHECK(ProfileShortcutManager::IsFeatureEnabled()); IsFeatureEnabled 466 chrome/browser/ui/webui/options/manage_profile_handler.cc DCHECK(ProfileShortcutManager::IsFeatureEnabled()); IsFeatureEnabled 482 chrome/browser/ui/webui/options/manage_profile_handler.cc DCHECK(ProfileShortcutManager::IsFeatureEnabled()); IsFeatureEnabled 461 chrome/renderer/pepper/ppb_pdf_impl.cc &IsFeatureEnabled, IsFeatureEnabled 111 content/browser/service_worker/service_worker_dispatcher_host.cc if (!context_ || !ServiceWorkerUtils::IsFeatureEnabled()) { IsFeatureEnabled 149 content/browser/service_worker/service_worker_dispatcher_host.cc if (!context_ || !ServiceWorkerUtils::IsFeatureEnabled()) { IsFeatureEnabled 171 content/browser/service_worker/service_worker_dispatcher_host.cc if (!context_ || !ServiceWorkerUtils::IsFeatureEnabled()) IsFeatureEnabled 49 content/browser/service_worker/service_worker_request_handler.cc if (!ServiceWorkerUtils::IsFeatureEnabled()) IsFeatureEnabled 25 content/browser/service_worker/service_worker_utils.h static bool IsFeatureEnabled(); IsFeatureEnabled 152 ppapi/c/private/ppb_pdf.h PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature); IsFeatureEnabled 170 ppapi/cpp/private/pdf.cc return PP_ToBool(get_interface<PPB_PDF>()->IsFeatureEnabled( IsFeatureEnabled 60 ppapi/cpp/private/pdf.h static bool IsFeatureEnabled(const InstanceHandle& instance, IsFeatureEnabled 53 ppapi/proxy/pdf_resource.h virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) OVERRIDE; IsFeatureEnabled 30 ppapi/thunk/ppb_pdf_api.h virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0; IsFeatureEnabled 124 ppapi/thunk/ppb_pdf_thunk.cc return enter.functions()->IsFeatureEnabled(feature); IsFeatureEnabled 178 ppapi/thunk/ppb_pdf_thunk.cc &IsFeatureEnabled,