Home
last modified time | relevance | path

Searched refs:text_string (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/child/
Dbrowser_font_resource_trusted.cc64 StringVar* text_string = StringVar::FromPPVar(run.text); in TextRunCollection() local
65 if (!text_string) in TextRunCollection()
67 text_ = base::UTF8ToUTF16(text_string->value()); in TextRunCollection()
125 StringVar* text_string = StringVar::FromPPVar(text.text); in PPTextRunToWebTextRun() local
126 if (!text_string) in PPTextRunToWebTextRun()
129 *run = WebTextRun(base::UTF8ToUTF16(text_string->value()), in PPTextRunToWebTextRun()
/external/chromium_org/win8/metro_driver/
Dtoast_notification_handler.cc67 const base::string16& text_string) { in CreateTextNode() argument
76 data_hstring.Attach(MakeHString(text_string.c_str())); in CreateTextNode()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_state_list_detailed_view.cc73 const std::string& text_string) { in CreateInfoBubbleLine() argument
79 view->AddChildView(CreateInfoBubbleLabel(base::UTF8ToUTF16(text_string))); in CreateInfoBubbleLine()
/external/pcre/dist/
Dpcrecpp_unittest.cc89 string text_string; in Timing3() local
91 text_string += "this is another line\n"; in Timing3()
96 StringPiece text(text_string); in Timing3()
/external/lldb/tools/driver/
DDriver.cpp172 std::string text_string (text); in OutputFormattedUsageText() local
209 std::string substring = text_string.substr (start, sub_len); in OutputFormattedUsageText()
/external/opencv/cxcore/include/
Dcxcore.h1416 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,