Searched defs:content_text (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/android/
H A Daddress_detector.cc30 GURL AddressDetector::GetIntentURL(const std::string& content_text) { argument
32 net::EscapeQueryParamValue(content_text, true));
52 std::string* content_text) {
54 content_text->assign(
47 FindContent( const base::string16::const_iterator& begin, const base::string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Demail_detector.cc37 GURL EmailDetector::GetIntentURL(const std::string& content_text) { argument
38 if (content_text.empty())
42 net::EscapeQueryParamValue(content_text, true));
49 std::string* content_text) {
67 content_text);
45 FindContent(const base::string16::const_iterator& begin, const base::string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Demail_detector_unittest.cc20 std::string content_text; local
22 &start, &end, &content_text)) {
26 EXPECT_EQ(expected, content_text);
H A Dphone_number_detector_unittest.cc20 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;
H A Dcontent_detector.cc35 std::string content_text;
36 blink::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)) {
44 FindContentRange( const blink::WebHitTestResult& hit_test, std::string* content_text) argument
H A Dphone_number_detector.cc49 GURL PhoneNumberDetector::GetIntentURL(const std::string& content_text) { argument
50 if (content_text.empty())
54 net::EscapeQueryParamValue(content_text, true));
62 std::string* content_text) {
74 content_text);
77 if (content_text->empty())
57 FindContent( const base::string16::const_iterator& begin, const base::string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc991 const base::string16& content_text,
1047 views::Label* content_label = new views::Label(content_text);
988 CreateTutorialView( profiles::TutorialMode tutorial_mode, const base::string16& title_text, const base::string16& content_text, const base::string16& link_text, const base::string16& button_text, bool stack_button, views::Link** link, views::LabelButton** button, views::ImageButton** close_button) argument

Completed in 632 milliseconds