Searched defs:markers (Results 1 - 25 of 26) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStringStream.h40 ANTLRPtrBuffer *markers; variable
104 @property (retain) ANTLRPtrBuffer *markers; variable
H A DANTLRUnbufferedCommonTreeNodeStream.h48 ANTLRPtrBuffer *markers; variable
66 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.cpp96 Vector<DocumentMarker> markers = document->markers()->markersForNode(textRenderer->node()); local
98 Vector<DocumentMarker>::iterator markerEnd = markers.end();
99 for (Vector<DocumentMarker>::iterator markerIt = markers.begin(); markerIt != markerEnd; ++markerIt) {
141 document->markers()->setRenderedRectForMarker(node, marker, textRenderer->localToAbsoluteQuad(markerRect).enclosingBoundingBox());
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h118 pANTLR3_VECTOR markers; member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3commontreenodestream.h264 pANTLR3_VECTOR markers; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
316 * Calling mark() will push another of these on the markers stack.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRStringStream.cs72 protected IList<CharStreamState> markers; field in class:Antlr.Runtime.ANTLRStringStream
200 if (markers == null) {
201 markers = new List<CharStreamState>();
202 markers.Add(null); // depth 0 means no backtracking, leave blank
206 if (markDepth >= markers.Count) {
208 markers.Add(state);
210 state = markers[markDepth];
226 CharStreamState state = markers[m];
239 // unwind any other markers made after m and release m
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRStringStream.cs74 protected IList<CharStreamState> markers; field in class:Antlr.Runtime.ANTLRStringStream
228 if ( markers == null )
230 markers = new List<CharStreamState>();
231 markers.Add( null ); // depth 0 means no backtracking, leave blank
235 if ( markDepth >= markers.Count )
238 markers.Add( state );
242 state = markers[markDepth];
259 CharStreamState state = markers[m];
274 // unwind any other markers made after m and release m
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimStringStream.cs76 protected IList<CharStreamState> markers; field in class:Antlr.Runtime.SlimStringStream
251 if ( markers == null )
253 markers = new List<CharStreamState>();
254 markers.Add( null ); // depth 0 means no backtracking, leave blank
258 if ( markDepth >= markers.Count )
261 markers.Add( state );
265 state = markers[markDepth];
278 CharStreamState state = markers[m];
295 // unwind any other markers made after m and release m
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRStringStream.java61 protected List markers; field in class:ANTLRStringStream
151 if ( markers==null ) {
152 markers = new ArrayList();
153 markers.add(null); // depth 0 means no backtracking, leave blank
157 if ( markDepth>=markers.size() ) {
159 markers.add(state);
162 state = (CharStreamState)markers.get(markDepth);
172 CharStreamState state = (CharStreamState)markers.get(m);
185 // unwind any other markers made after m and release m
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainGridAlphaMapTest.java218 markers = new Node();
219 rootNode.attachChild(markers);
223 Node markers; field in class:TerrainGridAlphaMapTest
228 markers.attachChild(center);
238 markers.attachChild(m);
247 for (Spatial s : markers.getChildren()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jar ... .gif icons/full/eview16/tasks_tsk.gif icons/full/markers/ icons/full/markers/contassist_ovr.gif icons/full/markers/help_small ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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.apt.core_3.3.401.R36_v20100727-0110.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 ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/dom/
H A DDocumentMarkerController.cpp104 Vector<DocumentMarker>& markers = vectorPair->first; local
106 size_t numMarkers = markers.size();
109 // Iterate over all markers whose start offset is less than or equal to the new marker's.
113 DocumentMarker marker = markers[i];
118 markers.remove(i);
125 // Iterate over all markers whose end offset is less than or equal to the new marker's,
126 // removing markers of the same type as the new marker which touch it or intersect with it,
129 DocumentMarker marker = markers[j];
133 markers.remove(j);
144 markers
172 Vector<DocumentMarker>& markers = vectorPair->first; local
287 Vector<DocumentMarker>& markers = vectorPair->first; local
334 Vector<DocumentMarker> markers = markersForNode(node); local
362 Vector<DocumentMarker>& markers = vectorPair->first; local
424 Vector<DocumentMarker>& markers = vectorPair->first; local
475 Vector<DocumentMarker>& markers = vectorPair->first; local
504 Vector<DocumentMarker>& markers = vectorPair->first; local
629 Vector<DocumentMarker> markers = markersForNode(node); local
661 Vector<DocumentMarker>& markers = vectorPair->first; local
689 Vector<DocumentMarker>& markers = vectorPair->first; local
[all...]
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp73 static bool markersHaveIdenticalDescription(const Vector<DocumentMarker>& markers) argument
75 if (markers.isEmpty())
78 const String& description = markers[0].description;
79 for (size_t i = 1; i < markers.size(); ++i) {
80 if (description != markers[i].description)
151 return !m_frame->document()->markers()->hasMarkers(misspellingRange.get(), DocumentMarker::SpellCheckingExemption);
208 // After we replace the word at range rangeToBeReplaced, we need to add markers to that range.
237 DocumentMarkerController* markers = replacementRange->startContainer()->document()->markers();
244 markers
276 DocumentMarkerController* markers = m_frame->document()->markers(); local
388 Vector<DocumentMarker> markers = node->document()->markers()->markersForNode(node); local
449 DocumentMarkerController* markers = replacedRange->startContainer()->document()->markers(); local
[all...]
H A DEditor.cpp1650 frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
1662 // FIXME: On Mac OS X, when use "learn" button on "Spelling and Grammar" panel, we don't call this function. It should remove misspelling markers around the learned word, see <rdar://problem/5396072>.
1666 frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
1829 frame()->document()->markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, grammarDetail.userDescription);
1839 frame()->document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);
1953 frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
1954 frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Grammar);
2198 misspellingRange->startContainer(ec)->document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);
2206 grammarRange->startContainer(ec)->document()->markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription);
2240 DocumentMarkerController* markers local
3228 Vector<DocumentMarker> markers = m_frame->document()->markers()->markersForNode(node); local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1569 // Remove all markers for matches found and turn off the highlighting.
1570 frame()->document()->markers()->removeMarkers(DocumentMarker::TextMatch);
2237 frame()->document()->markers()->addMarker(node, marker);
2239 // Rendered rects for markers in WebKit are not populated until each time
2240 // the markers are painted. However, we need it to happen sooner, because
2243 Vector<DocumentMarker> markers = frame()->document()->markers()->markersForNode(node); local
2244 frame()->document()->markers()->setRenderedRectForMarker(
2246 markers[markers
[all...]

Completed in 420 milliseconds

12