OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_isEnabled
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h
81
bool
m_isEnabled
;
/external/webkit/Source/WebCore/html/parser/
XSSFilter.h
76
bool
m_isEnabled
;
/external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h
154
static bool
m_isEnabled
;
WebMediaPlayerClientImpl.cpp
64
bool WebMediaPlayerClientImpl::
m_isEnabled
= false;
68
return
m_isEnabled
;
73
m_isEnabled
= isEnabled;
78
if (
m_isEnabled
) {
/external/webkit/Source/WebKit2/Shared/
WebPopupItem.h
58
bool
m_isEnabled
;
WebPopupItem.cpp
41
,
m_isEnabled
(true)
49
,
m_isEnabled
(true)
61
,
m_isEnabled
(isEnabled)
68
encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), m_text, static_cast<uint64_t>(m_textDirection), m_hasTextDirectionOverride, m_toolTip, m_accessibilityText,
m_isEnabled
, m_isLabel));
/external/webkit/Source/WebCore/webaudio/
AudioNodeOutput.h
125
bool
m_isEnabled
;
/external/webkit/Source/WebCore/loader/icon/
IconDatabase.h
145
bool
m_isEnabled
;
/external/webkit/Source/WebCore/plugins/
PluginPackage.h
74
bool isEnabled() const { return
m_isEnabled
; }
105
bool
m_isEnabled
;
Completed in 125 milliseconds