HomeSort by relevance Sort by last modified time
    Searched refs:Own (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.h 17 // void Init() { vbox_.Own(gtk_vbox_new()); }
23 // This design will ensure that the widget stays alive from the call to Own()
62 explicit OwnedWidgetGtk(GtkWidget* widget) : widget_(NULL) { Own(widget); }
71 // the GtkWidget. It is expected that Own() is called right after the widget
73 // been added. It is valid to never call Own(), in which case Destroy() will
74 // do nothing. If Own() has been called, you must explicitly call Destroy().
75 void Own(GtkWidget* widget);
77 // You may call Destroy() after you have called Own(). Calling Destroy()
80 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
owned_widget_gtk.cc 15 void OwnedWidgetGtk::Own(GtkWidget* widget) {
20 // We want to make sure that Own() was called properly, right after the
24 // Sink the floating reference, we should now own this reference.
overflow_button.cc 17 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton());
constrained_window_gtk.cc 68 border_.Own(ebox);
slide_animator_gtk.cc 38 widget_.Own(gtk_expanded_container_new());
sad_tab_gtk.cc 58 event_box_.Own(gtk_event_box_new());
custom_button.cc 241 native_widget_.Own(gtk_image_new_from_stock(stock_id, stock_size));
275 widget_.Own(gtk_chrome_button_new());
status_bubble_gtk.cc 248 label_.Own(gtk_label_new(NULL));
258 container_.Own(gtk_event_box_new());
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.h 17 // void Init() { vbox_.Own(gtk_vbox_new()); }
23 // This design will ensure that the widget stays alive from the call to Own()
63 explicit OwnedWidgetGtk(GtkWidget* widget) : widget_(NULL) { Own(widget); }
72 // the GtkWidget. It is expected that Own() is called right after the widget
74 // been added. It is valid to never call Own(), in which case Destroy() will
75 // do nothing. If Own() has been called, you must explicitly call Destroy().
76 void Own(GtkWidget* widget);
78 // You may call Destroy() after you have called Own(). Calling Destroy()
81 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
owned_widget_gtk2.cc 17 void OwnedWidgetGtk::Own(GtkWidget* widget) {
22 // We want to make sure that Own() was called properly, right after the
26 // Sink the floating reference, we should now own this reference.
native_theme_gtk2.cc 248 fake_entry_.Own(gtk_entry_new());
260 fake_label_.Own(gtk_label_new(""));
267 fake_button_.Own(gtk_button_new());
274 fake_menu_.Own(gtk_menu_new());
281 fake_menu_.Own(gtk_menu_new());
  /external/chromium_org/ui/base/gtk/
owned_widget_gtk.h 17 // void Init() { vbox_.Own(gtk_vbox_new()); }
23 // This design will ensure that the widget stays alive from the call to Own()
64 explicit OwnedWidgetGtk(GtkWidget* widget) : widget_(NULL) { Own(widget); }
73 // the GtkWidget. It is expected that Own() is called right after the widget
75 // been added. It is valid to never call Own(), in which case Destroy() will
76 // do nothing. If Own() has been called, you must explicitly call Destroy().
77 void Own(GtkWidget* widget);
79 // You may call Destroy() after you have called Own(). Calling Destroy()
82 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
owned_widget_gtk.cc 17 void OwnedWidgetGtk::Own(GtkWidget* widget) {
22 // We want to make sure that Own() was called properly, right after the
26 // Sink the floating reference, we should now own this reference.
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_button_gtk.cc 35 widget_.Own(event_box);
overflow_button.cc 18 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton());
slide_animator_gtk.cc 38 widget_.Own(gtk_expanded_container_new());
throbber_gtk.cc 83 widget_.Own(gtk_image_new());
tab_contents_container_gtk.cc 45 floating_.Own(gtk_floating_container_new());
custom_button.cc 259 native_widget_.Own(gtk_image_new_from_stock(stock_id, stock_size));
294 widget_.Own(gtk_chrome_button_new());
status_bubble_gtk.cc 260 label_.Own(gtk_label_new(NULL));
270 container_.Own(gtk_event_box_new());
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1692.js 58 // Own properties.
70 // Own accessors.
  /external/v8/test/mjsunit/regress/
regress-1692.js 58 // Own properties.
70 // Own accessors.
  /external/chromium/chrome/browser/ui/login/
login_prompt_gtk.cc 70 root_.Own(gtk_vbox_new(FALSE, gtk_util::kContentAreaBorder));
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 81 items_hbox_.Own(gtk_chrome_shrinkable_hbox_new(
106 // Put the shelf in an event box so it gets its own window, which makes it
108 shelf_.Own(gtk_event_box_new());
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 92 items_hbox_.Own(gtk_chrome_shrinkable_hbox_new(
117 // Put the shelf in an event box so it gets its own window, which makes it
119 shelf_.Own(gtk_event_box_new());

Completed in 1563 milliseconds

1 2 3