OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
640
bool ProfileShortcutManager::
IsFeatureEnabled
() {
[
all
...]
profile_manager.cc
255
if (ProfileShortcutManager::
IsFeatureEnabled
() && !user_data_dir_.empty())
[
all
...]
/external/chromium_org/content/browser/service_worker/
service_worker_utils.h
29
static bool
IsFeatureEnabled
();
service_worker_utils.cc
17
bool ServiceWorkerUtils::
IsFeatureEnabled
() {
service_worker_request_handler.cc
61
if (!ServiceWorkerUtils::
IsFeatureEnabled
() ||
service_worker_dispatcher_host.cc
171
if (!GetContext() || !ServiceWorkerUtils::
IsFeatureEnabled
()) {
220
if (!GetContext() || !ServiceWorkerUtils::
IsFeatureEnabled
()) {
265
if (!GetContext() || !ServiceWorkerUtils::
IsFeatureEnabled
())
/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/ui/webui/options/
manage_profile_handler.cc
127
ProfileShortcutManager::
IsFeatureEnabled
());
443
DCHECK(ProfileShortcutManager::
IsFeatureEnabled
());
506
DCHECK(ProfileShortcutManager::
IsFeatureEnabled
());
522
DCHECK(ProfileShortcutManager::
IsFeatureEnabled
());
/external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc
357
PP_Bool
IsFeatureEnabled
(PP_Instance instance, PP_PDFFeature feature) {
449
&
IsFeatureEnabled
, //
/external/chromium_org/pdf/
instance.cc
315
if (pp::PDF::
IsFeatureEnabled
(this, PP_PDFFEATURE_HIDPI))
318
printing_enabled_ = pp::PDF::
IsFeatureEnabled
(this, PP_PDFFEATURE_PRINTING);
[
all
...]
Completed in 1220 milliseconds