HomeSort by relevance Sort by last modified time
    Searched refs:PendingText (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 241 struct PendingText {
242 PendingText()
257 void swap(PendingText& other)
267 PendingText discardedText;
286 PendingText m_pendingText;
HTMLConstructionSite.cpp 234 PendingText pendingText;
236 m_pendingText.swap(pendingText);
241 unsigned lengthLimit = textLengthLimitForContainer(pendingText.parent.get());
244 const StringBuilder& string = pendingText.stringBuilder;
250 substring = atomizeIfAllWhitespace(substring, pendingText.whitespaceMode);
253 task.parent = pendingText.parent;
254 task.nextChild = pendingText.nextChild;
297 // 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 169 milliseconds