OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isLoading
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h
116
void setIsLoading(bool flag) {
m_isLoading
= flag; }
186
bool
m_isLoading
;
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp
56
,
m_isLoading
(isLoading)
72
,
m_isLoading
(false)
SimpleFontData.h
139
virtual bool isLoading() const { return
m_isLoading
; }
222
bool
m_isLoading
; // Whether or not this custom font is still in the act of loading.
Completed in 392 milliseconds