HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 126 - 150 of 155) sorted by null

1 2 3 4 56 7

  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 46 #include "Range.h"
283 static bool getRangeImpl(NPObject* npobj, WebRange* range)
287 if (V8ClassIndex::RANGE != V8DOMWrapper::domWrapperType(v8object))
290 Range* native = V8Range::toNative(v8object);
294 *range = WebRange(native);
316 bool WebBindings::getRange(NPObject* range, WebRange* webrange)
319 return getRangeImpl(range, webrange);
AssertMatchingEnums.cpp 240 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Range, HTMLInputElement::RANGE);
WebViewImpl.cpp 644 RefPtr<Range> selection = mainFrameImpl->selection()->toNormalizedRange();
1029 PassRefPtr<Range> range = editor->compositionRange(); local
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 495 - (NSString *)_markupStringFromRange:(DOMRange *)range nodes:(NSArray **)nodes
499 NSString *markupString = createMarkup(core(range), nodes ? &nodeList : 0, AnnotateForInterchange);
511 - (NSString *)_stringForRange:(DOMRange *)range
515 UChar* buf = plainTextToMallocAllocatedBuffer(core(range), length, true);
624 - (NSRect)_firstRectForDOMRange:(DOMRange *)range
626 return _private->coreFrame->firstRectForRange(core(range));
629 - (void)_scrollDOMRangeToVisible:(DOMRange *)range
631 NSRect rangeRect = [self _firstRectForDOMRange:range];
632 Node *startNode = core([range startContainer]);
682 - (NSRange)_convertToNSRange:(Range *)rang
    [all...]
WebHTMLView.mm 105 #import <WebCore/Range.h>
231 - (id)_initWithDOMRange:(DOMRange *)range;
232 - (DOMDocumentFragment *)_documentFromRange:(NSRange)range document:(DOMDocument *)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources;
321 - (BOOL)_shouldInsertFragment:(DOMDocumentFragment *)fragment replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
322 - (BOOL)_shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
326 - (BOOL)_shouldDeleteRange:(DOMRange *)range;
799 DOMRange *range = [self _selectedRange];
802 DOMDocumentFragment *fragment = [self _documentFragmentFromPasteboard:pasteboard inContext:range allowPlainText:allowPlainText];
803 if (fragment && [self _shouldInsertFragment:fragment replacingDOMRange:range givenAction:WebViewInsertActionPasted])
809 if ([self _shouldInsertFragment:nil replacingDOMRange:range givenAction:WebViewInsertActionPasted])
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityObject.h 34 #include "Range.h"
383 virtual PassRefPtr<Range> ariaSelectedTextDOMRange() const { return 0; }
AccessibilityObject.cpp 251 // always be a valid line range. However, startOfLine will return null for position next to a floating object,
288 // Unless the VisiblePosition is at the very end, there should always be a valid line range. However, endOfLine will
370 VisiblePositionRange AccessibilityObject::visiblePositionRangeForRange(const PlainTextRange& range) const
372 if (range.start + range.length > text().length())
375 VisiblePosition startPosition = visiblePositionForIndex(range.start);
377 VisiblePosition endPosition = visiblePositionForIndex(range.start + range.length);
413 // If the range does not contain the start of the line, the list marker text should not be included.
445 RefPtr<Range> range = makeRange(visiblePositionRange.start, visiblePositionRange.end) local
477 RefPtr<Range> range = makeRange(visiblePositionRange.start, visiblePositionRange.end); local
709 VisiblePositionRange range = styleRangeForPosition(visiblePositionForIndex(index, false)); local
    [all...]
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 364 void ClipboardMac::writeRange(Range* range, Frame* frame)
366 ASSERT(range);
368 Pasteboard::writeSelection(m_pasteboard.get(), range, frame->editor()->smartInsertDeleteEnabled() && frame->selectionGranularity() == WordGranularity, frame);
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 42 #include "Range.h"
601 RefPtr<Range> startRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleStart.deepEquivalent()));
602 RefPtr<Range> endRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleEnd.deepEquivalent()));
705 if (startNode->isTextNode() && start.deprecatedEditingOffset() >= caretMaxOffset(startNode)) // Move out of text node if range does not include its characters.
    [all...]
SelectionController.cpp 47 #include "Range.h"
95 void SelectionController::moveTo(const Range *r, EAffinity affinity, bool userTriggered)
386 // down-arrowing from a range selection that ends at the start of a line needs
    [all...]
ReplaceSelectionCommand.cpp 139 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange(); local
140 String text = plainText(range.get());
572 // default styles. If the copied Range inherits any other styles from its ancestors, we put
589 // If the copied Range's common ancestor had user applied inheritable styles
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 1441 RefPtr<Range> range = editor->compositionRange(); local
1451 RefPtr<Range> range = editor->compositionRange(); local
1473 RefPtr<Range> range = editor->compositionRange(); local
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.idl 488 attribute RangeConstructor Range;
    [all...]
EventHandler.cpp 283 // A double-click when range is already selected
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 403 V(RANGE, Range) \
    [all...]
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 49 #include "Range.h"
750 void ClipboardWin::writeRange(Range* selectedRange, Frame* frame)
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
WebFrame.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 216 // Keep track of the last selection range to decide if we need to show word alternatives
689 // it can pass the correct range to setComposingRegion(). At this point, we don't
1957 EditingUtil.Range range = new EditingUtil.Range(); local
    [all...]
  /external/v8/src/
jsregexp.h 242 static inline CharacterRange Range(uc16 from, uc16 to) {
262 // Whether a range list is in canonical form: Ranges ordered by from value,
265 // Convert range list to canonical form. The characters covered by the ranges
266 // will still be the same, but no character is in more than one range, and
273 // Takes two character range lists (representing character sets) in canonical
292 // Negate the contents of a character range in canonical form.
370 void AddRange(CharacterRange range, int value);
730 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
1171 Interval range() { return range_; } function in class:v8::internal::Trace::DeferredClearCaptures
    [all...]
parser.cc 603 // Parses a {...,...} quantifier and stores the range in the given
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 82 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // ValuesIn(begin,end) container, or an iterator range [begin, end).
181 // Range() returns generators providing sequences of values in a range.
184 // Range(start, end)
187 // Range(start, end, step)
191 // * The generated sequences never include end. For example, Range(1, 5)
192 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
205 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
211 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 82 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // ValuesIn(begin,end) container, or an iterator range [begin, end).
182 // Range() returns generators providing sequences of values in a range.
185 // Range(start, end)
188 // Range(start, end, step)
192 // * The generated sequences never include end. For example, Range(1, 5)
193 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
206 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
212 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/webkit/WebCore/
Android.mk 160 dom/Range.cpp \
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 869 PlainTextRange range = accObject->doAXRangeForLine(lineNumber); local
870 while (range.length) {
872 if (range.start + range.length < textLength)
873 range.length -= 1;
874 String lineText = accObject->doAXStringForRange(range);
877 range = accObject->doAXRangeForLine(++lineNumber);
1060 PlainTextRange range = core(text)->doAXRangeForPosition(pos); local
1137 VisiblePositionRange range = VisiblePositionRange(startPosition, endPosition); local
1775 RefPtr<Range> range = rangeOfContents(node); local
    [all...]

Completed in 687 milliseconds

1 2 3 4 56 7