Searched refs:TextPosition (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | TextPosition.h | 60 class TextPosition { 62 TextPosition(NUMBER line, NUMBER column) in TextPosition() function 67 TextPosition() {} in TextPosition() function 69 …bool operator==(const TextPosition& other) { return m_line == other.m_line && m_column == other.m_… 70 bool operator!=(const TextPosition& other) { return !((*this) == other); } 73 …static TextPosition<NUMBER> minimumPosition() { return TextPosition<NUMBER>(NUMBER::base(), NUMBER… in minimumPosition() 76 …static TextPosition<NUMBER> belowRangePosition() { return TextPosition<NUMBER>(NUMBER::belowBase()… in belowRangePosition() 127 typedef TextPosition<ZeroBasedNumber> TextPosition0; 128 typedef TextPosition<OneBasedNumber> TextPosition1;
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextLayoutAttributesBuilder.h | 49 struct TextPosition { struct 50 …TextPosition(SVGTextPositioningElement* newElement = 0, unsigned newStart = 0, unsigned newLength … 65 void fillAttributesAtPosition(const TextPosition&); argument 68 Vector<TextPosition> m_textPositions;
|
D | SVGTextLayoutAttributesBuilder.cpp | 139 m_textPositions.append(TextPosition(element, atCharacter)); in collectTextPositioningElements() 147 TextPosition& position = m_textPositions[atPosition]; in collectTextPositioningElements() 164 TextPosition wholeTextPosition(outermostTextElement, 0, textLength); in buildLayoutAttributesForAllCharacters() 263 void SVGTextLayoutAttributesBuilder::fillAttributesAtPosition(const TextPosition& position) in fillAttributesAtPosition()
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.gypi | 226 'wtf/text/TextPosition.h',
|
D | GNUmakefile.list.am | 523 Source/JavaScriptCore/wtf/text/TextPosition.h \
|
D | ChangeLog-2011-02-16 | 476 * wtf/text/TextPosition.h: 6543 Add the equality operators to TextPosition class. 6545 * wtf/text/TextPosition.h: 6546 (WTF::TextPosition::operator==): Added. 6547 (WTF::TextPosition::operator!=): Added. 6548 (WTF::TextPosition::belowRangePosition): Use belowBase() instead of base(). 10458 Adds TextPosition* classes -- a structure that stores line/column/generation 10466 * wtf/text/TextPosition.h: Added. 10467 (WTF::TextPosition::TextPosition): 10468 (WTF::TextPosition::minimumPosition): [all …]
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 598 …D31ED126735770065467F /* TextPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = F3BD31D0126… 1250 …/* TextPosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 1992 F3BD31D0126730180065467F /* TextPosition.h */, 2498 F3BD31ED126735770065467F /* TextPosition.h in Headers */,
|
/external/webkit/Source/JavaScriptGlue/ |
D | ChangeLog | 611 * ForwardingHeaders/wtf/text/TextPosition.h: Removed.
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 4814 Replaces script line number with TextPosition structure. 5954 Replaces script line number with TextPosition structure. 6136 Replaces script line number with TextPosition structure.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 14999 Replaces line number with TextPosition struct so that script engine 15002 * ForwardingHeaders/wtf/text/TextPosition.h: Added. 26585 * ForwardingHeaders/wtf/text/TextPosition.h: Removed. 26745 Replaces line number with TextPosition struct so that script engine 26748 * ForwardingHeaders/wtf/text/TextPosition.h: Added. 29653 * ForwardingHeaders/wtf/text/TextPosition.h: Removed. 29805 Replaces line number with TextPosition struct so that script engine 29808 * ForwardingHeaders/wtf/text/TextPosition.h: Added.
|
D | ChangeLog-2011-02-16 | 42058 Use TextPosition instead of lineNumber() and columNumber(). 42064 (WebCore::reportWMLError): Use TextPosition instead of lineNumber() and columnNumber().
|
D | ChangeLog | 29409 (WebCore::SVGTextLayoutAttributesBuilder::TextPosition::TextPosition):
|