OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValidationMessageBubble
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/
validation_message_bubble.h
21
class
ValidationMessageBubble
{
25
static scoped_ptr<
ValidationMessageBubble
> CreateAndShow(
32
virtual ~
ValidationMessageBubble
() {}
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ValidationMessageBubble.java
26
class
ValidationMessageBubble
{
45
private static
ValidationMessageBubble
createAndShow(
50
return new
ValidationMessageBubble
(contentViewCore, anchorPixInScreen, mainText, subText);
53
private
ValidationMessageBubble
(
Completed in 229 milliseconds