Home
last modified time | relevance | path

Searched refs:sub_text (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
Dvalidation_message_bubble_gtk.cc35 const base::string16& sub_text);
46 const base::string16& sub_text);
55 const base::string16& sub_text) in ValidationMessageBubbleGtk() argument
64 ConstructContent(main_text, sub_text), in ValidationMessageBubbleGtk()
89 const base::string16& main_text, const base::string16& sub_text) { in ConstructContent() argument
108 if (!sub_text.empty()) { in ConstructContent()
109 GtkWidget* sub_label = gtk_label_new(UTF16ToUTF8(sub_text).c_str()); in ConstructContent()
113 if (sub_text.length() > static_cast<size_t>(max_characters)) in ConstructContent()
135 const base::string16& sub_text) { in CreateAndShow() argument
137 widget_host, anchor_in_root_view, main_text, sub_text)).Pass(); in CreateAndShow()
/external/chromium_org/chrome/browser/ui/views/
Dvalidation_message_bubble_view.cc23 const base::string16& sub_text);
54 const base::string16& sub_text) { in ValidationMessageBubbleImpl() argument
56 anchor_in_screen, main_text, sub_text, this); in ValidationMessageBubbleImpl()
71 const base::string16& sub_text) { in CreateAndShow() argument
75 widget_host, anchor_in_screen, main_text, sub_text)); in CreateAndShow()
Dvalidation_message_bubble_delegate.cc24 const base::string16& sub_text, in ValidationMessageBubbleDelegate() argument
50 if (!sub_text.empty()) { in ValidationMessageBubbleDelegate()
51 sub_label = new views::Label(sub_text); in ValidationMessageBubbleDelegate()
Dvalidation_message_bubble_delegate_unittest.cc13 const std::string& sub_text) { in GetSizeForMessages() argument
15 gfx::Rect(), UTF8ToUTF16(main_text), UTF8ToUTF16(sub_text), NULL); in GetSizeForMessages()
Dvalidation_message_bubble_delegate.h28 const base::string16& sub_text,
/external/chromium_org/components/web_contents_delegate_android/
Dvalidation_message_bubble_android.cc34 const base::string16& sub_text) { in ValidationMessageBubbleAndroid() argument
45 ConvertUTF16ToJavaString(env, sub_text).obj())); in ValidationMessageBubbleAndroid()
Dvalidation_message_bubble_android.h30 const base::string16& sub_text);
Dweb_contents_delegate_android.cc320 const string16& sub_text) { in ShowValidationMessage() argument
327 sub_text)); in ShowValidationMessage()
Dweb_contents_delegate_android.h94 const string16& sub_text) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/
Dvalidation_message_bubble_controller_unittest.mm13 static NSView* constructView(const char* main_text, const char* sub_text) {
16 subText:UTF8ToUTF16(sub_text)];
Dvalidation_message_bubble_cocoa.mm157 const base::string16& sub_text) {
162 subText:sub_text] retain]);
190 const base::string16& sub_text) {
192 widget_host, anchor_in_root_view, main_text, sub_text)).Pass();
/external/chromium_org/chrome/browser/ui/
Dvalidation_message_bubble.h29 const base::string16& sub_text);
Dbrowser.h448 const string16& sub_text) OVERRIDE;
Dbrowser.cc1157 const string16& sub_text) { in ShowValidationMessage() argument
1165 sub_text); in ShowValidationMessage()
/external/chromium_org/content/public/android/java/resource_map/org/chromium/content/
DR.java54 public static int sub_text; field in R.id
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
DValidationMessageBubble.java112 final TextView subTextView = (TextView) root.findViewById(R.id.sub_text); in updateTextViews()
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.h461 const string16& sub_text) {} in ShowValidationMessage() argument
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h704 const string16& sub_text); in NON_EXPORTED_BASE()
Dweb_contents_impl.cc1614 const string16& sub_text) { in OnShowValidationMessage() argument
1617 this, anchor_in_root_view, main_text, sub_text); in OnShowValidationMessage()
/external/chromium_org/content/renderer/
Drender_view_impl.h444 const blink::WebString& sub_text,
Drender_view_impl.cc2626 const blink::WebString& sub_text, in showValidationMessage() argument
2629 base::string16 wrapped_sub_text = sub_text; in showValidationMessage()