Searched refs:textPosition (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJavaScriptCallFrame.h42 static PassRefPtr<JavaScriptCallFrame> create(const JSC::DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition) argument
44 return adoptRef(new JavaScriptCallFrame(debuggerCallFrame, caller, sourceID, textPosition));
62 void update(const JSC::DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, const TextPosition0& textPosition) argument
65 m_textPosition = textPosition;
H A DJavaScriptCallFrame.cpp45 JavaScriptCallFrame::JavaScriptCallFrame(const DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition) argument
49 , m_textPosition(textPosition)
H A DScriptDebugServer.cpp307 TextPosition0 textPosition(WTF::OneBasedNumber::fromOneBasedInt(lineNumber).convertToZeroBased(), WTF::ZeroBasedNumber::base());
308 m_currentCallFrame = JavaScriptCallFrame::create(debuggerCallFrame, m_currentCallFrame, sourceID, textPosition);
318 TextPosition0 textPosition(WTF::OneBasedNumber::fromOneBasedInt(lineNumber).convertToZeroBased(), WTF::ZeroBasedNumber::base());
319 m_currentCallFrame->update(debuggerCallFrame, sourceID, textPosition);
/external/webkit/Source/WebCore/dom/
H A DScriptableDocumentParser.h48 virtual TextPosition0 textPosition() const = 0;
H A DXMLDocumentParser.h216 TextPosition0 textPosition() const;
H A DXMLDocumentParserQt.cpp242 TextPosition0 XMLDocumentParser::textPosition() const function in class:WebCore::XMLDocumentParser
H A DXMLDocumentParserLibxml2.cpp1395 TextPosition0 XMLDocumentParser::textPosition() const function in class:WebCore::XMLDocumentParser
1407 // This method has a correct implementation, in contrast to textPosition() method.
1408 // It should replace textPosition().
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp113 for (unsigned textPosition = 0; textPosition < textLength; ++textPosition) {
114 const UChar& currentCharacter = characters[textPosition];
200 for (unsigned textPosition = 0; textPosition < textLength; textPosition += metricsLength) {
201 const UChar& currentCharacter = characters[textPosition];
203 SVGTextMetrics startToCurrentMetrics = SVGTextMetrics::measureCharacterRange(text, 0, textPosition + 1);
204 SVGTextMetrics currentMetrics = SVGTextMetrics::measureCharacterRange(text, textPosition,
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.h80 virtual TextPosition0 textPosition() const;
H A DHTMLDocumentParser.cpp459 TextPosition0 HTMLDocumentParser::textPosition() const function in class:WebCore::HTMLDocumentParser
H A DHTMLTreeBuilder.cpp2805 TextPosition0 position = m_parser->textPosition();
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.cpp253 return parser->textPosition();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 838 milliseconds