OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentDetector
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/renderer/android/
content_detector.h
18
class
ContentDetector
{
34
virtual ~
ContentDetector
() {}
41
ContentDetector
() {}
63
DISALLOW_COPY_AND_ASSIGN(
ContentDetector
);
content_detector.cc
17
ContentDetector
::Result::Result() : valid(false) {}
19
ContentDetector
::Result::Result(const WebKit::WebRange& content_boundaries,
28
ContentDetector
::Result::~Result() {}
30
ContentDetector
::Result
ContentDetector
::FindTappedContent(
44
WebRange
ContentDetector
::FindContentRange(
address_detector.h
15
class AddressDetector : public
ContentDetector
{
21
// Implementation of
ContentDetector
.
email_detector.h
18
class CONTENT_EXPORT EmailDetector : public
ContentDetector
{
25
// Implementation of
ContentDetector
.
phone_number_detector.h
17
class CONTENT_EXPORT PhoneNumberDetector : public
ContentDetector
{
26
// Implementation of
ContentDetector
.
/external/chromium_org/content/renderer/
render_view_impl.cc
[
all
...]
render_view_impl.h
[
all
...]
Completed in 230 milliseconds