Home
last modified time | relevance | path

Searched defs:markers (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentMarkerController.cpp104 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 …]
DDocument.h869 DocumentMarkerController* markers() const { return m_markers.get(); } in markers() function
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
Dencoder.py168 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/
DSpellingCorrectionController.cpp73 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
DEditor.cpp2240 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/
DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
DANTLRUnbufferedCommonTreeNodeStream.h48 ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DANTLRStringStream.js157 this.markers = []; property
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineFlowBox.cpp96 Vector<DocumentMarker> markers = document->markers()->markersForNode(textRenderer->node()); in computeTextMatchMarkerRectForRenderer() local
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRStringStream.pm42 has 'markers' => ( attribute in ANTLR::Runtime::ANTLRStringStream
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DANTLRStringStream.java61 protected List markers; field in ANTLRStringStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimStringStream.cs76 protected IList<CharStreamState> markers; field in Antlr.Runtime.SlimStringStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DANTLRStringStream.cs74 protected IList<CharStreamState> markers; field in Antlr.Runtime.ANTLRStringStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRStringStream.cs72 protected IList<CharStreamState> markers; field in Antlr.Runtime.ANTLRStringStream
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainGridAlphaMapTest.java223 Node markers; field in TerrainGridAlphaMapTest
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3input.h118 pANTLR3_VECTOR markers; member
Dantlr3commontreenodestream.h264 pANTLR3_VECTOR markers; member
/external/chromium-trace/trace-viewer/src/
Dtimeline_viewport.js44 this.markers = []; property in anonymousFunctionb0ed3a3b0100.TimelineViewport
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp1105 …Vector<DocumentMarker> markers = renderer()->document()->markers()->markersForNode(renderer()->nod… in paintDocumentMarkers() local
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp2243 Vector<DocumentMarker> markers = frame()->document()->markers()->markersForNode(node); in addMarker() local
/external/chromium-trace/
Dscript.js24 …ForAttachInterval_=setInterval(this.checkForAttach_.bind(this),250);this.markers=[]}function c(a,b… property