Searched refs:WebSurroundingText (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSurroundingText.cpp26 #include "public/web/WebSurroundingText.h"
40 void WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLength)
49 void WebSurroundingText::initialize(const WebRange& webRange, size_t maxLength)
55 WebString WebSurroundingText::textContent() const
60 size_t WebSurroundingText::hitOffsetInTextContent() const
66 size_t WebSurroundingText::startOffsetInTextContent() const
71 size_t WebSurroundingText::endOffsetInTextContent() const
76 WebRange WebSurroundingText::rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent)
81 bool WebSurroundingText::isNull() const
86 void WebSurroundingText
[all...]
H A Dblink_web.target.darwin-arm.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.darwin-arm64.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.darwin-mips.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.darwin-mips64.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.darwin-x86.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.darwin-x86_64.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.linux-arm.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.linux-arm64.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.linux-mips.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.linux-mips64.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.linux-x86.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
H A Dblink_web.target.linux-x86_64.mk189 third_party/WebKit/Source/web/WebSurroundingText.cpp \
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSurroundingText.h41 // WebSurroundingText is a Blink API that gives access to the SurroundingText
43 class WebSurroundingText { class in namespace:blink
45 WebSurroundingText() { } function in class:blink::WebSurroundingText
46 ~WebSurroundingText() { reset(); }
66 // This should only be called when WebSurroundingText has been initialized
/external/chromium_org/content/renderer/android/
H A Dcontent_detector.cc10 #include "third_party/WebKit/public/web/WebSurroundingText.h"
13 using blink::WebSurroundingText;
49 WebSurroundingText surrounding_text;
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc122 #include "third_party/WebKit/public/web/WebSurroundingText.h"
1365 blink::WebSurroundingText surroundingText;

Completed in 2021 milliseconds