OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_text
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/renderer/android/
address_detector.cc
30
GURL AddressDetector::GetIntentURL(const std::string&
content_text
) {
32
net::EscapeQueryParamValue(
content_text
, true));
49
std::string*
content_text
) {
51
content_text
->assign(
address_detector.h
26
std::string*
content_text
) OVERRIDE;
27
virtual GURL GetIntentURL(const std::string&
content_text
) OVERRIDE;
email_detector.h
30
std::string*
content_text
) OVERRIDE;
31
virtual GURL GetIntentURL(const std::string&
content_text
) OVERRIDE;
phone_number_detector.cc
49
GURL PhoneNumberDetector::GetIntentURL(const std::string&
content_text
) {
50
if (
content_text
.empty())
54
net::EscapeQueryParamValue(
content_text
, true));
61
std::string*
content_text
) {
73
content_text
);
76
if (
content_text
->empty())
email_detector.cc
37
GURL EmailDetector::GetIntentURL(const std::string&
content_text
) {
38
if (
content_text
.empty())
42
net::EscapeQueryParamValue(
content_text
, true));
49
std::string*
content_text
) {
66
UTF16ToUTF8(content_ustr.getBuffer(), content_ustr.length(),
content_text
);
phone_number_detector_unittest.cc
20
std::string
content_text
;
local
22
&start, &end, &
content_text
))
33
std::string
content_text
;
local
35
&start, &end, &
content_text
);
36
return
content_text
;
content_detector.h
51
std::string*
content_text
) = 0;
54
virtual GURL GetIntentURL(const std::string&
content_text
) = 0;
61
std::string*
content_text
);
email_detector_unittest.cc
20
std::string
content_text
;
local
22
&start, &end, &
content_text
)) {
26
EXPECT_EQ(expected,
content_text
);
content_detector.cc
35
std::string
content_text
;
36
WebKit::WebRange range = FindContentRange(hit_test, &
content_text
);
40
GURL intent_url = GetIntentURL(
content_text
);
41
return Result(range,
content_text
, intent_url);
46
std::string*
content_text
) {
63
content.end(), &relative_start, &relative_end,
content_text
)) {
phone_number_detector.h
31
std::string*
content_text
) OVERRIDE;
32
virtual GURL GetIntentURL(const std::string&
content_text
) OVERRIDE;
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java
87
mContent = (TextView) findViewById(R.id.
content_text
);
SlidingPaneLayoutActivity.java
79
mContent = (TextView) findViewById(R.id.
content_text
);
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java
33
CONTENT_TEXT
(R.string.
content_text
, TYPE_TEXT, CATEGORY_MAIN),
141
CONTENT_TEXT
.setValue("Basic text");
146
CONTENT_TEXT
.setValue("Alice, Bob, Chuck");
155
CONTENT_TEXT
.setValue("800x534 | 405.1K");
156
SUMMARY_TEXT.setValue(
CONTENT_TEXT
.getValueString());
Completed in 864 milliseconds