HomeSort by relevance Sort by last modified time
    Searched refs:markers (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender_unittest.cc 160 // Do not send data if not aware of which markers are still in the document.
306 // 3) Existing markers get new hash identifiers.
501 // Duplicate spellcheck results should be matched to the existing markers.
510 std::vector<SpellCheckMarker> markers(
514 kRendererProcessId, base::UTF8ToUTF16(kText), markers, &results);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 274 misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling);
435 badGrammarRange->startContainer()->document().markers().addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription);
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-patch-positions.js 49 // Find all *$* markers in text of the function and read corresponding statement
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 209 * Parse the output of aapt and mark the incorrect file with error markers
225 * Parse the output of aapt and mark the incorrect file with error markers
549 IMarker[] markers = f2.findMarkers(markerId, true, IResource.DEPTH_ZERO); local
551 for (IMarker marker : markers) {
585 // if we couldn't get the markers, then we just mark the file again
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 314 * Reads and processes the current markers and adds a listener for marker changes.
337 * Processes the markers of the specified {@link IFile} and updates the error status of
343 // get the markers for the file
344 IMarker[] markers = inputFile.findMarkers( local
356 for (IMarker marker : markers) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 229 stream->markers = NULL;
371 stream->markers = NULL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 585 IMarker[] markers = EclipseLintClient.getMarkers(file); local
586 updateErrorIndicator(markers.length);
GraphicalEditorPart.java 2116 IMarker[] markers; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 313 toLocalFrame(frame)->document()->markers().removeMarkers(DocumentMarker::TextMatch);
EventHandler.cpp 400 WillBeHeapVector<DocumentMarker*> markers = innerNode->document().markers().markersInRange(makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers()); local
401 if (markers.size() == 1) {
402 start.moveToOffset(markers[0]->startOffset());
403 end.moveToOffset(markers[0]->endOffset());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 231 virtual void spellingMarkers(WebVector<uint32_t>* markers) OVERRIDE;
WebViewImpl.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 160 * <malignmark> alignment markers.
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 37 def FindMarkerByNumber(self, markers, datatype):
38 """Search a list of progress markers and find the one for a datatype."""
39 for marker in markers:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 581 * Returns all markers in a file/document that fit on the same line as the given offset
584 * @param file the file containing the markers
585 * @param document the document showing the markers
587 * @return a list (possibly empty but never null) of matching markers
597 IMarker[] markers = file.findMarkers(markerType, true, IResource.DEPTH_ZERO); local
606 for (IMarker marker : markers) {
612 // Some markers don't set character range, they only set the line
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 471 * Clears any lint markers from the given resource (project, folder or file)
473 * @param resource the resource to remove markers from
479 /** Clears any lint markers from the given list of resource (project, folder or file) */
499 * Removes all markers of the given id from the given resource.
501 * @param resource the resource to remove markers from (file or project, or
503 * @param id the id for the issue whose markers should be deleted
517 IMarker[] markers = getMarkers(resource);
518 for (IMarker marker : markers) {
533 * @return an array of markers, possibly empty but never null
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 336 ArrayList<PageIndicator.PageMarkerResources> markers = local
339 markers.add(getPageIndicatorMarker(i));
342 mPageIndicator.addMarkers(markers, mAllowPagedViewAnimations);
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 353 "no-markers" => \$no_markers,
584 --no-markers Ignore exclusion markers in source code
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 1162 milliseconds

1 2 34 5 6