Searched refs:markerType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGMarkerData.h66 SVGMarkerType markerType = markerData->m_elementIndex == 1 ? StartMarker : MidMarker; local
67 markerData->m_positions.append(MarkerPosition(markerType, markerData->m_origin, markerData->currentAngle(markerType)));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp182 static bool markerTypesFrom(const String& markerType, DocumentMarker::MarkerTypes& result) argument
184 if (markerType.isEmpty() || equalIgnoringCase(markerType, "all"))
186 else if (equalIgnoringCase(markerType, "Spelling"))
188 else if (equalIgnoringCase(markerType, "Grammar"))
190 else if (equalIgnoringCase(markerType, "TextMatch"))
707 unsigned Internals::markerCountForNode(Node* node, const String& markerType, ExceptionState& exceptionState) argument
711 if (!markerTypesFrom(markerType, markerTypes)) {
712 exceptionState.throwDOMException(SyntaxError, "The marker type provided ('" + markerType + "') is invalid.");
724 DocumentMarker::MarkerType markerType local
736 markerAt(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) argument
751 markerRangeForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) argument
760 markerDescriptionForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) argument
[all...]
H A DInternals.h147 PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& markerType, unsigned index, ExceptionState&);
148 String markerDescriptionForNode(Node*, const String& markerType, unsigned index, ExceptionState&);
335 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
H A DInternals.idl91 [RaisesException, TypeChecking=Interface] unsigned long markerCountForNode(Node node, DOMString markerType);
93 [RaisesException, TypeChecking=Interface] Range markerRangeForNode(Node node, DOMString markerType, unsigned long index);
94 [RaisesException, TypeChecking=Interface] DOMString markerDescriptionForNode(Node node, DOMString markerType, unsigned long index);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp374 DocumentMarker* DocumentMarkerController::markerContainingPoint(const LayoutPoint& point, DocumentMarker::MarkerType markerType) argument
376 if (!possiblyHasMarkers(markerType))
385 OwnPtrWillBeMember<MarkerList>& list = (*markers)[MarkerTypeToMarkerIndex(markerType)];
463 Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker::MarkerType markerType) argument
467 if (!possiblyHasMarkers(markerType))
478 if (!list || list->isEmpty() || (*list->begin())->type() != markerType)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp891 bool SpellChecker::selectionStartHasMarkerFor(DocumentMarker::MarkerType markerType, int from, int length) const argument
902 if (marker->startOffset() <= startOffset && endOffset <= marker->endOffset() && marker->type() == markerType)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp935 static GraphicsContext::DocumentMarkerLineStyle lineStyleForMarkerType(DocumentMarker::MarkerType markerType) argument
937 switch (markerType) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2235 milliseconds