Searched defs:mainText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
H A DValidationMessageBubble.java39 * @param mainText The main message. It will shown at the top of the popup
47 int anchorWidth, int anchorHeight, String mainText, String subText) {
50 return new ValidationMessageBubble(contentViewCore, anchorPixInScreen, mainText, subText);
54 ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) {
58 updateTextViews(root, mainText, subText);
110 private static void updateTextViews(ViewGroup root, String mainText, String subText) { argument
111 ((TextView) root.findViewById(R.id.main_text)).setText(mainText);
45 createAndShow( ContentViewCore contentViewCore, int anchorX, int anchorY, int anchorWidth, int anchorHeight, String mainText, String subText) argument
53 ValidationMessageBubble( ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h165 virtual void showValidationMessage(const WebRect& anchorInRootView, const WebString& mainText, WebTextDirection mainTextDir, const WebString& supplementalText, WebTextDirection supplementalTextDir) { } argument

Completed in 1715 milliseconds