Searched defs:expanded_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.h99 // Used to adjust the size of its children when the size of |expanded_| is
104 // Used to propagate the size change of |expanded_| to our RWHV to resize the
112 // Contains |expanded_| as its GtkBin member.
117 GtkWidget* expanded_; member in class:TabContentsViewGtk
H A Dtab_contents_view_gtk.cc90 expanded_(gtk_expanded_container_new()),
92 gtk_widget_set_name(expanded_, "chrome-tab-contents-view");
93 g_signal_connect(expanded_, "size-allocate",
95 g_signal_connect(expanded_, "child-size-request",
100 gtk_container_add(GTK_CONTAINER(floating_.get()), expanded_); local
101 gtk_widget_show(expanded_);
190 if (expanded_->window)
191 gdk_window_get_origin(expanded_->window, &x, &y);
192 out->SetRect(x + expanded_->allocation.x, y + expanded_
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.h97 // GtkBin and a GtkFixed, |floating_| has |expanded_| as its one "real" child,
102 // We insert and remove TabContents GtkWidgets into this expanded_. This
106 GtkWidget* expanded_; member in class:TabContentsContainerGtk
H A Dgtk_expanded_container_unittest.cc13 expanded_(gtk_expanded_container_new()) {
15 gtk_container_add(GTK_CONTAINER(window_), expanded_); local
22 GList* children = gtk_container_get_children(GTK_CONTAINER(expanded_));
36 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "x", &x);
43 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "y", &y);
49 GtkWidget* expanded_; member in class:GtkExpandedContainerTest
55 gtk_container_add(GTK_CONTAINER(expanded_), child1);
58 gtk_container_add(GTK_CONTAINER(expanded_), child2);
62 gtk_container_remove(GTK_CONTAINER(expanded_), child1);
66 gtk_container_remove(GTK_CONTAINER(expanded_), child
[all...]
H A Dtab_contents_container_gtk.cc34 // |+- GtkExpandedContainer |expanded_| -----------------------------+|
48 expanded_ = gtk_expanded_container_new();
49 gtk_container_add(GTK_CONTAINER(floating_.get()), expanded_); local
58 gtk_widget_show(expanded_);
112 gtk_container_remove(GTK_CONTAINER(expanded_), preview_widget);
134 if (widget->parent != expanded_)
135 gtk_container_add(GTK_CONTAINER(expanded_), widget);
168 DCHECK_EQ(widget->parent, expanded_);
169 gtk_container_remove(GTK_CONTAINER(expanded_), widget);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.h51 // Helper to add the WebContents view (or fullscreen view) to |expanded_|.
54 // Helper to hide the WebContents view (or fullscreen view) in |expanded_|.
61 // GtkBin and a GtkFixed, |floating_| has |expanded_| as its one "real" child,
66 // We insert and remove WebContents GtkWidgets into this expanded_. This
70 GtkWidget* expanded_; member in class:TabContentsContainerGtk
77 // view in |expanded_|, with the normal WebContentsView render view hidden.
H A Dtab_contents_container_gtk.cc32 // |+- GtkExpandedContainer |expanded_| -----------------------------+|
45 expanded_ = gtk_expanded_container_new();
46 gtk_container_add(GTK_CONTAINER(floating_.get()), expanded_); local
55 gtk_widget_show(expanded_);
86 if (gtk_widget_get_parent(widget) != expanded_)
87 gtk_container_add(GTK_CONTAINER(expanded_), widget);
111 gtk_container_foreach(GTK_CONTAINER(expanded_), &HideWidget, NULL);
136 DCHECK_EQ(parent, expanded_);
137 gtk_container_remove(GTK_CONTAINER(expanded_), widget);
143 DCHECK_EQ(parent, expanded_);
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_gtk.h107 // Used to adjust the size of its children when the size of |expanded_| is
112 // Used to propagate the size change of |expanded_| to our RWHV to resize the
122 ui::OwnedWidgetGtk expanded_; member in class:content::WebContentsViewGtk
134 // GetNativeView() and insert |expanded_| as its child in the GtkWidget
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_menu_bubble_view.h119 // This will be non-NULL if and only if |expanded_| is false and
131 bool expanded_; member in class:AvatarMenuBubbleView
/external/chromium_org/chrome/browser/ui/cocoa/browser/
H A Davatar_menu_bubble_controller.h29 BOOL expanded_; variable
/external/chromium_org/ui/base/gtk/
H A Dgtk_expanded_container_unittest.cc30 expanded_(gtk_expanded_container_new()) {
32 gtk_container_add(GTK_CONTAINER(window_), expanded_); local
39 GList* children = gtk_container_get_children(GTK_CONTAINER(expanded_));
53 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "x", &x);
60 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "y", &y);
66 GtkWidget* expanded_; member in class:GtkExpandedContainerTest
72 gtk_container_add(GTK_CONTAINER(expanded_), child1);
75 gtk_container_add(GTK_CONTAINER(expanded_), child2);
79 gtk_container_remove(GTK_CONTAINER(expanded_), child1);
83 gtk_container_remove(GTK_CONTAINER(expanded_), child
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.h148 bool expanded_; member in class:chromeos::PanelController
/external/chromium/net/base/
H A Dsdch_filter_unittest.cc62 expanded_(kTestData, sizeof(kTestData) - 1),
71 const std::string expanded_; // Desired final, decompressed data. member in class:net::SdchFilterTest
434 EXPECT_EQ(output, expanded_);
444 EXPECT_EQ(output, expanded_);
680 EXPECT_EQ(output, expanded_);
732 EXPECT_EQ(output, expanded_);
743 EXPECT_EQ(output, expanded_);
853 CHECK_GT(kLargeInputBufferSize, expanded_.size());
874 EXPECT_EQ(output, expanded_);
896 EXPECT_EQ(output, expanded_);
[all...]
/external/chromium_org/net/base/
H A Dsdch_filter_unittest.cc57 expanded_(kTestData, sizeof(kTestData) - 1),
65 const std::string expanded_; // Desired final, decompressed data. member in class:net::SdchFilterTest
428 EXPECT_EQ(output, expanded_);
438 EXPECT_EQ(output, expanded_);
674 EXPECT_EQ(output, expanded_);
726 EXPECT_EQ(output, expanded_);
737 EXPECT_EQ(output, expanded_);
847 CHECK_GT(kLargeInputBufferSize, expanded_.size());
868 EXPECT_EQ(output, expanded_);
890 EXPECT_EQ(output, expanded_);
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc273 bool expanded_; member in class:__anon6586::ExpandableContainerView
766 expanded_(false) {
881 more_details_->SetText(expanded_ ?
891 expanded_ = !expanded_;

Completed in 4456 milliseconds