OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pendingText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp
236
if (
m_pendingText
.isEmpty())
240
&& !shouldUseLengthLimit(*
m_pendingText
.parent))
245
m_pendingText
.swap(pendingText);
246
ASSERT(
m_pendingText
.isEmpty());
277
ASSERT(
m_pendingText
.isEmpty());
352
ASSERT(
m_pendingText
.isEmpty());
364
visitor->trace(
m_pendingText
);
372
m_pendingText
.discard();
695
if (!
m_pendingText
.isEmpty() && (
m_pendingText
.parent != dummyTask.parent || m_pendingText.nextChild != dummyTask.nextChild)
[
all
...]
HTMLConstructionSite.h
138
return !
m_pendingText
.isEmpty() || !m_taskQueue.isEmpty();
308
PendingText
m_pendingText
;
Completed in 42 milliseconds