OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDisabled
(Results
1 - 17
of
17
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebCache.h
33
+ (BOOL)
isDisabled
;
WebCache.mm
136
+ (BOOL)
isDisabled
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerProvider.h
39
bool
isDisabled
() const { return !isEnabled(); }
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.h
68
bool
isDisabled
() const;
QTMovie.h
99
bool
isDisabled
() const;
QTMovieGWorld.cpp
374
bool QTMovieGWorld::
isDisabled
() const
QTMovie.cpp
708
bool QTMovie::
isDisabled
() const
/external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h
71
bool
isDisabled
() const;
SimpleFontDataWinCE.cpp
100
if (m_platformData.
isDisabled
())
156
if (m_platformData.
isDisabled
())
FontPlatformData.cpp
471
bool FontPlatformData::
isDisabled
() const
/packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java
96
boolean
isDisabled
= wifiState == WifiManager.WIFI_STATE_DISABLED;
98
mSwitch.setEnabled(isEnabled ||
isDisabled
);
/external/skia/gpu/include/
GrStencil.h
158
bool
isDisabled
() const {
GrDrawTarget.h
171
GrAssert(fStencilSettings.
isDisabled
());
[
all
...]
/external/webkit/Source/WebCore/html/
HTMLLinkElement.h
81
bool
isDisabled
() const { return m_disabledState == Disabled; }
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java
664
if (mService != null && !
isDisabled
()) {
683
if (mService != null && !
isDisabled
()) {
702
if (mService != null && !
isDisabled
()) {
785
private boolean
isDisabled
() {
/external/skia/gpu/src/
GrGpuGL.cpp
[
all
...]
/external/webkit/Source/WebCore/dom/
Document.cpp
[
all
...]
Completed in 157 milliseconds