Searched defs:sub_text (Results 1 - 9 of 9) sorted by last modified time

/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1868 const blink::WebString& sub_text,
1871 base::string16 wrapped_sub_text = sub_text;
1864 showValidationMessage( const blink::WebRect& anchor_in_root_view, const blink::WebString& main_text, blink::WebTextDirection main_text_hint, const blink::WebString& sub_text, blink::WebTextDirection sub_text_hint) argument
/external/chromium_org/components/web_contents_delegate_android/
H A Dvalidation_message_bubble_android.cc34 const base::string16& sub_text) {
45 ConvertUTF16ToJavaString(env, sub_text).obj()));
30 ValidationMessageBubbleAndroid( RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
H A Dweb_contents_delegate_android.cc354 const base::string16& sub_text) {
361 sub_text));
350 ShowValidationMessage( WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1860 const base::string16& sub_text) {
1863 this, anchor_in_root_view, main_text, sub_text);
1857 OnShowValidationMessage( const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h476 const base::string16& sub_text) {}
473 ShowValidationMessage(WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1198 const base::string16& sub_text) {
1206 sub_text);
1195 ShowValidationMessage(content::WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.cc24 const base::string16& sub_text,
49 if (!sub_text.empty()) {
50 sub_label = new views::Label(sub_text);
21 ValidationMessageBubbleDelegate( const gfx::Rect& anchor_in_screen, const base::string16& main_text, const base::string16& sub_text, Observer* observer) argument
H A Dvalidation_message_bubble_delegate_unittest.cc13 const std::string& sub_text) {
16 base::UTF8ToUTF16(sub_text), NULL);
12 GetSizeForMessages(const std::string& main_text, const std::string& sub_text) argument
H A Dvalidation_message_bubble_view.cc23 const base::string16& sub_text);
54 const base::string16& sub_text) {
56 anchor_in_screen, main_text, sub_text, this);
71 const base::string16& sub_text) {
75 widget_host, anchor_in_screen, main_text, sub_text));
50 ValidationMessageBubbleImpl( content::RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_screen, const base::string16& main_text, const base::string16& sub_text) argument
67 CreateAndShow( content::RenderWidgetHost* widget_host, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument

Completed in 201 milliseconds