HomeSort by relevance Sort by last modified time
    Searched defs:Bubble (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 5 #include "chrome/browser/ui/views/bubble/bubble.h"
9 #include "chrome/browser/ui/views/bubble/border_contents.h"
26 #include "chrome/browser/ui/views/bubble/border_widget_win.h"
34 // Background color of the bubble.
36 const SkColor Bubble::kBackgroundColor =
40 const SkColor Bubble::kBackgroundColor = SK_ColorWHITE;
49 // Bubble -----------------------------------------------------------------
52 Bubble* Bubble::Show(views::Widget* parent
57 Bubble* bubble = new Bubble; local
72 Bubble* bubble = new Bubble(views::WidgetGtk::TYPE_POPUP, local
    [all...]
bubble.h 9 #include "chrome/browser/ui/views/bubble/bubble_border.h"
20 // Bubble is used to display an arbitrary view above all other windows.
21 // Think of Bubble as a tooltip that allows you to embed an arbitrary view
22 // in the tooltip. Additionally the Bubble renders an arrow pointing at
23 // the region the info bubble is providing the information about.
25 // To use an Bubble, invoke Show() and it'll take care of the rest. The Bubble
33 class Bubble;
49 // Called when the Bubble is closing and is about to be deleted.
52 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape) = 0
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 60 private List<Bubble> mBubbles = new ArrayList<Bubble>();
74 Bubble bubba = (Bubble) msg.obj;
81 class Bubble {
94 Bubble(Context context, View inputView,
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by,
217 Bubble button;
221 button = new Bubble(context, inputView,
231 button = new Bubble(context, inputView,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 60 private List<Bubble> mBubbles = new ArrayList<Bubble>();
76 Bubble bubba = (Bubble) msg.obj;
83 class Bubble {
96 Bubble(Context context, View inputView,
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by,
221 Bubble button;
227 button = new Bubble(context, inputView,
236 button = new Bubble(context, inputView,
    [all...]

Completed in 66 milliseconds