HomeSort by relevance Sort by last modified time
    Searched refs:DocumentMarkerController (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h 56 class DocumentMarkerController FINAL : public NoBaseWillBeGarbageCollected<DocumentMarkerController> {
57 WTF_MAKE_NONCOPYABLE(DocumentMarkerController); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
58 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DocumentMarkerController);
61 DocumentMarkerController();
120 void showDocumentMarkers(const blink::DocumentMarkerController*);
DocumentMarkerController.cpp 28 #include "core/dom/DocumentMarkerController.h"
79 inline bool DocumentMarkerController::possiblyHasMarkers(DocumentMarker::MarkerTypes types)
84 DocumentMarkerController::DocumentMarkerController()
89 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DocumentMarkerController);
91 void DocumentMarkerController::clear()
97 void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description, uint32_t hash)
105 void DocumentMarkerController::addMarker(const Position& start, const Position& end, DocumentMarker::MarkerType type, const String& description, uint32_t hash)
113 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
132 void DocumentMarkerController::prepareForDestruction(
    [all...]
DocumentMarkerControllerTest.cpp 32 #include "core/dom/DocumentMarkerController.h"
54 DocumentMarkerController& markerController() const { return m_document->markers(); }
Document.h 81 class DocumentMarkerController;
777 DocumentMarkerController& markers() const { return *m_markers; }
    [all...]
Document.cpp 70 #include "core/dom/DocumentMarkerController.h"
471 , m_markers(adoptPtrWillBeNoop(new DocumentMarkerController))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 32 #include "core/dom/DocumentMarkerController.h"
    [all...]
CompositeEditCommand.cpp 33 #include "core/dom/DocumentMarkerController.h"
520 DocumentMarkerController& markerController = document().markers();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.darwin-arm64.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.darwin-mips.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.darwin-mips64.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.darwin-x86.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.darwin-x86_64.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.linux-arm.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.linux-arm64.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.linux-mips.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.linux-mips64.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.linux-x86.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \
webcore_dom.target.linux-x86_64.mk 71 third_party/WebKit/Source/core/dom/DocumentMarkerController.cpp \

Completed in 605 milliseconds