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

  /external/webkit/Source/WebCore/html/parser/
HTMLViewSourceParser.cpp 53 m_sourceTracker.start(m_input, m_token);
54 if (!m_tokenizer->nextToken(m_input.current(), m_token))
56 m_sourceTracker.end(m_input, m_token);
66 m_input.appendToEnd(input);
87 if (!m_input.haveSeenEndOfFile())
88 m_input.markEndOfFile();
95 return m_input.haveSeenEndOfFile();
HTMLMetaCharsetParser.h 65 SegmentedString m_input; member in class:WebCore::HTMLMetaCharsetParser
HTMLViewSourceParser.h 72 HTMLInputStream m_input; member in class:WebCore::HTMLViewSourceParser
HTMLDocumentParser.cpp 260 // FIXME: m_input.current().length() is only accurate if we
263 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), m_input.current().length(), m_tokenizer->lineNumber());
267 m_sourceTracker.start(m_input, m_token);
269 if (!m_tokenizer->nextToken(m_input.current(), m_token))
273 m_sourceTracker.end(m_input, m_token);
298 m_preloadScanner->appendToEnd(m_input.current());
313 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
331 m_input.insertAtCurrentInsertionPoint(excludedLineNumberSource);
355 if (m_input.current().isEmpty() && !isWaitingForScripts())
    [all...]
HTMLDocumentParser.h 111 virtual HTMLInputStream& inputStream() { return m_input; }
143 HTMLInputStream m_input; member in class:WebCore::HTMLDocumentParser
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 78 : m_input(input)
494 hr = ScriptItemize(m_input, m_inputLength,
706 if (!shape(&m_input[startItem], itemLength, numGlyphs, m_runs[i], shaping))
    [all...]
UniscribeHelper.h 378 const UChar* m_input; member in class:WebCore::UniscribeHelper

Completed in 77 milliseconds