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

  /external/chromium_org/third_party/WebKit/Source/web/
WebSurroundingText.cpp 26 #include "public/web/WebSurroundingText.h"
42 void WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLength)
51 void WebSurroundingText::initialize(const WebRange& webRange, size_t maxLength)
57 WebString WebSurroundingText::textContent() const
62 size_t WebSurroundingText::hitOffsetInTextContent() const
68 size_t WebSurroundingText::startOffsetInTextContent() const
73 size_t WebSurroundingText::endOffsetInTextContent() const
78 WebRange WebSurroundingText::rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent)
83 bool WebSurroundingText::isNull() const
88 void WebSurroundingText::reset(
    [all...]
blink_web.target.darwin-arm.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.darwin-arm64.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.darwin-mips.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.darwin-x86.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.darwin-x86_64.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.linux-arm.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.linux-arm64.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.linux-mips.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.linux-x86.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
blink_web.target.linux-x86_64.mk 249 third_party/WebKit/Source/web/WebSurroundingText.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebSurroundingText.h 44 // WebSurroundingText is a Blink API that gives access to the SurroundingText
46 class WebSurroundingText {
48 WebSurroundingText() { }
49 ~WebSurroundingText() { reset(); }
69 // This should only be called when WebSurroundingText has been initialized
  /external/chromium_org/content/renderer/android/
content_detector.cc 10 #include "third_party/WebKit/public/web/WebSurroundingText.h"
13 using blink::WebSurroundingText;
49 WebSurroundingText surrounding_text;
  /external/chromium_org/content/renderer/
render_frame_impl.cc 108 #include "third_party/WebKit/public/web/WebSurroundingText.h"
    [all...]

Completed in 106 milliseconds