OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_loading
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XSLImportRule.cpp
37
,
m_loading
(false)
62
m_loading
= false;
70
return (
m_loading
|| (m_styleSheet && m_styleSheet->isLoading()));
111
m_loading
= true;
XSLImportRule.h
65
bool
m_loading
;
member in class:WebCore::XSLImportRule
/external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp
70
,
m_loading
(false)
93
bool
m_loading
;
member in class:blink::SharedWorkerScriptLoader
99
if (
m_loading
)
105
ASSERT(!
m_loading
);
112
m_loading
= true;
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleRuleImport.cpp
46
,
m_loading
(false)
75
m_loading
= false;
85
return
m_loading
|| (m_styleSheet && m_styleSheet->isLoading());
125
m_loading
= true;
StyleRuleImport.h
81
bool
m_loading
;
member in class:WebCore::StyleRuleImport
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleElement.h
62
bool
m_loading
;
member in class:WebCore::StyleElement
StyleElement.cpp
44
,
m_loading
(false)
139
m_loading
= true;
147
m_loading
= false;
157
if (
m_loading
)
ProcessingInstruction.cpp
42
,
m_loading
(false)
119
m_loading
= false;
141
m_loading
= true;
151
if (
m_loading
)
207
m_loading
= false;
218
ASSERT(!
m_loading
);
ProcessingInstruction.h
81
bool
m_loading
;
member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h
143
bool isLoaded() const { return !
m_loading
; } // FIXME. Method name is inaccurate. Loading might not have started yet.
145
bool isLoading() const { return
m_loading
; }
146
void setLoading(bool b) {
m_loading
= b; }
357
unsigned
m_loading
: 1;
Resource.cpp
114
,
m_loading
(false)
171
m_loading
= true;
756
if (
m_loading
|| errorOccurred())
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp
375
,
m_loading
(false)
414
m_loading
= false;
430
m_loading
= false;
473
if (
m_loading
)
588
m_loading
= true;
609
m_loading
= false;
HTMLLinkElement.h
115
bool
m_loading
;
member in class:WebCore::FINAL
Completed in 270 milliseconds