/external/webkit/Source/WebCore/dom/ |
D | DocumentMarkerController.cpp | 104 Vector<DocumentMarker>& markers = vectorPair->first; in addMarker() local 172 Vector<DocumentMarker>& markers = vectorPair->first; in copyMarkers() local 214 Vector<DocumentMarker>& markers = vectorPair->first; in removeMarkers() local 287 Vector<DocumentMarker>& markers = vectorPair->first; in markerContainingPoint() local 334 Vector<DocumentMarker> markers = markersForNode(node); in markersInRange() local 362 Vector<DocumentMarker>& markers = vectorPair->first; in renderedRectsForMarkers() local 424 Vector<DocumentMarker>& markers = vectorPair->first; in removeMarkersFromMarkerMapVectorPair() local 475 Vector<DocumentMarker>& markers = vectorPair->first; in repaintMarkers() local 504 Vector<DocumentMarker>& markers = vectorPair->first; in setRenderedRectForMarker() local 545 Vector<DocumentMarker>& markers = vectorPair->first; in shiftMarkers() local [all …]
|
D | Document.h | 869 DocumentMarkerController* markers() const { return m_markers.get(); } in markers() function
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | encoder.py | 168 def _iterencode_list(self, lst, markers=None): argument 201 def _iterencode_dict(self, dct, markers=None): argument 272 def _iterencode(self, o, markers=None): argument 310 def _iterencode_default(self, o, markers=None): argument
|
/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.cpp | 73 static bool markersHaveIdenticalDescription(const Vector<DocumentMarker>& markers) in markersHaveIdenticalDescription() 237 DocumentMarkerController* markers = replacementRange->startContainer()->document()->markers(); in applyCorrectionPanelInfo() local 276 DocumentMarkerController* markers = m_frame->document()->markers(); in respondToUnappliedSpellCorrection() local 388 Vector<DocumentMarker> markers = node->document()->markers()->markersForNode(node); in respondToChangedSelection() local 449 DocumentMarkerController* markers = replacedRange->startContainer()->document()->markers(); in markCorrection() local 463 DocumentMarkerController* markers = rangeOfCorrection->startContainer()->document()->markers(); in recordSpellcheckerResponseForModifiedCorrection() local
|
D | Editor.cpp | 2240 DocumentMarkerController* markers = m_frame->document()->markers(); in markAllMisspellingsAndBadGrammarInRanges() local 3228 Vector<DocumentMarker> markers = m_frame->document()->markers()->markersForNode(node); in selectionStartHasMarkerFor() local
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRStringStream.h | 40 ANTLRPtrBuffer *markers; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRStringStream.h | 40 ANTLRPtrBuffer *markers; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRStringStream.h | 40 ANTLRPtrBuffer *markers; variable
|
D | ANTLRUnbufferedCommonTreeNodeStream.h | 48 ANTLRPtrBuffer *markers; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRStringStream.h | 40 ANTLRPtrBuffer *markers; variable
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | ANTLRStringStream.js | 157 this.markers = []; property
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineFlowBox.cpp | 96 Vector<DocumentMarker> markers = document->markers()->markersForNode(textRenderer->node()); in computeTextMatchMarkerRectForRenderer() local
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 42 has 'markers' => ( attribute in ANTLR::Runtime::ANTLRStringStream
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | ANTLRStringStream.java | 61 protected List markers; field in ANTLRStringStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimStringStream.cs | 76 protected IList<CharStreamState> markers; field in Antlr.Runtime.SlimStringStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | ANTLRStringStream.cs | 74 protected IList<CharStreamState> markers; field in Antlr.Runtime.ANTLRStringStream
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRStringStream.cs | 72 protected IList<CharStreamState> markers; field in Antlr.Runtime.ANTLRStringStream
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
D | TerrainGridAlphaMapTest.java | 223 Node markers; field in TerrainGridAlphaMapTest
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3input.h | 118 pANTLR3_VECTOR markers; member
|
D | antlr3commontreenodestream.h | 264 pANTLR3_VECTOR markers; member
|
/external/chromium-trace/trace-viewer/src/ |
D | timeline_viewport.js | 44 this.markers = []; property in anonymousFunctionb0ed3a3b0100.TimelineViewport
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 1105 …Vector<DocumentMarker> markers = renderer()->document()->markers()->markersForNode(renderer()->nod… in paintDocumentMarkers() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 2243 Vector<DocumentMarker> markers = frame()->document()->markers()->markersForNode(node); in addMarker() local
|
/external/chromium-trace/ |
D | script.js | 24 …ForAttachInterval_=setInterval(this.checkForAttach_.bind(this),250);this.markers=[]}function c(a,b… property
|