OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_isActive
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/page/
FocusController.h
58
bool isActive() const { return
m_isActive
; }
72
bool
m_isActive
;
/external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.h
85
bool
m_isActive
;
GeolocationServiceMock.h
75
bool
m_isActive
;
/external/webkit/Source/WebCore/storage/
StorageTracker.h
111
bool
m_isActive
;
/external/webkit/Source/WebCore/wml/
WMLDoElement.h
49
bool isActive() const { return
m_isActive
; }
53
void setActive(bool active) {
m_isActive
= active; }
58
bool
m_isActive
;
Completed in 174 milliseconds