Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.cpp124 WillBeHeapVector<DocumentMarker*> markers = markersFor(node); in addTextMatchMarker() local
190 OwnPtrWillBeMember<MarkerLists>& markers = m_markers.add(node, nullptr).storedValue->value; in addMarker() local
244 MarkerLists* markers = m_markers.get(srcNode); in copyMarkers() local
289 MarkerLists* markers = m_markers.get(node); in removeMarkers() local
371 MarkerLists* markers = nodeIterator->value.get(); in markerContainingPoint() local
389 MarkerLists* markers = m_markers.get(node); in markersFor() local
406 WillBeHeapVector<DocumentMarker*> DocumentMarkerController::markers() in markers() function in WebCore::DocumentMarkerController
410 MarkerLists* markers = i->value.get(); in markers() local
435 WillBeHeapVector<DocumentMarker*> markers = markersFor(node); in markersInRange() local
463 MarkerLists* markers = nodeIterator->value.get(); in renderedRectsForMarkers() local
[all …]
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_message_filter.cc99 const std::vector<uint32>& markers) { in OnRespondDocumentMarkers()
114 std::vector<SpellCheckMarker> markers) { in OnCallSpellingService()
130 const std::vector<SpellCheckMarker>& markers, in OnTextCheckComplete()
172 const std::vector<SpellCheckMarker>& markers) { in CallSpellingService()
Dspellcheck_message_filter_mac.cc97 const std::vector<SpellCheckMarker>& markers) { in RequestCheck()
276 std::vector<SpellCheckMarker> markers) { in OnRequestTextCheck()
Dfeedback_sender.cc246 const std::vector<uint32>& markers) { in OnReceiveDocumentMarkers()
266 const std::vector<SpellCheckMarker>& markers, in OnSpellcheckResults()
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_conv_adaptor_vcgen.h57 Markers& markers() in markers() function
61 const Markers& markers() const in markers() function
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/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/chromium_org/third_party/skia/src/gpu/
DGrTraceMarker.h89 Iter(const GrTraceMarkerSet* markers, int index) in Iter()
/external/skia/src/gpu/
DGrTraceMarker.h89 Iter(const GrTraceMarkerSet* markers, int index) in Iter()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h80 …tCheckingTypeMask mask, TextCheckingProcessType processType, const Vector<uint32_t>& markers, cons… in TextCheckingRequestData()
94 const Vector<uint32_t>& markers() const { return m_markers; } in markers() function
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider_test.cc65 const std::vector<SpellCheckMarker>& markers) { in OnCallSpellingService()
Dspellcheck_provider.cc57 const std::vector<SpellCheckMarker>& markers) { in RequestTextChecking()
168 const WebVector<uint32>& markers, in requestCheckingOfText()
Dspellcheck.cc51 const std::vector<uint32>& markers() const { return markers_; } in markers() function in __anona3db63180111::DocumentMarkersCollector
62 WebVector<uint32> markers; in Visit() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellCheckRequester.cpp71 …const WillBeHeapVector<DocumentMarker*>& markers = checkingRange->ownerDocument().markers().marker… in create() local
250 DocumentMarker::MarkerTypes markers = DocumentMarker::SpellCheckClientMarkers(); in didCheckSucceed() local
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DANTLRStringStream.js157 this.markers = []; property
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRStringStream.pm42 has 'markers' => ( attribute in ANTLR::Runtime::ANTLRStringStream
/external/chromium_org/content/shell/renderer/test_runner/
DSpellCheckClient.cpp85 const WebVector<uint32_t>& markers, in requestCheckingOfText()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DANTLRStringStream.java61 protected List markers; field in ANTLRStringStream
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp158 const Vector<uint32_t>& markers = request->data().markers(); in requestCheckingOfString() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimStringStream.cs76 protected IList<CharStreamState> markers; field in Antlr.Runtime.SlimStringStream
/external/chromium_org/sync/tools/testserver/
Dchromiumsync_test.py37 def FindMarkerByNumber(self, markers, datatype): argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DANTLRStringStream.cs74 protected IList<CharStreamState> markers; field in Antlr.Runtime.ANTLRStringStream

12