OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingText
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h
259
class
PendingText
FINAL {
262
PendingText
()
277
void swap(
PendingText
& other)
287
PendingText
discardedText;
308
PendingText
m_pendingText;
HTMLConstructionSite.cpp
243
PendingText
pendingText
;
245
m_pendingText.swap(
pendingText
);
250
unsigned lengthLimit = textLengthLimitForContainer(*
pendingText
.parent);
253
const StringBuilder& string =
pendingText
.stringBuilder;
259
substring = atomizeIfAllWhitespace(substring,
pendingText
.whitespaceMode);
262
task.parent =
pendingText
.parent;
263
task.nextChild =
pendingText
.nextChild;
306
// This has no affect on
pendingText
, and we may have
pendingText
[
all
...]
/external/chromium_org/third_party/re2/lib/codereview/
codereview.py
262
def
PendingText
(self, quick=False):
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
262
def
PendingText
(self, quick=False):
[
all
...]
Completed in 573 milliseconds