HomeSort by relevance Sort by last modified time
    Searched full:expanded_ (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container_unittest.cc 13 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_), child2)
    [all...]
tab_contents_container_gtk.cc 34 // |+- 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);
tab_contents_container_gtk.h 97 // 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
  /external/chromium_org/ui/base/gtk/
gtk_expanded_container_unittest.cc 30 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_), child2)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 35 // |+- GtkExpandedContainer |expanded_| -----------------------------+|
49 expanded_ = gtk_expanded_container_new();
50 gtk_container_add(GTK_CONTAINER(floating_.get()), expanded_); local
59 gtk_widget_show(expanded_);
101 gtk_container_remove(GTK_CONTAINER(expanded_), overlay_widget);
113 if (gtk_widget_get_parent(widget) != expanded_)
114 gtk_container_add(GTK_CONTAINER(expanded_), widget);
141 DCHECK_EQ(parent, expanded_);
142 gtk_container_remove(GTK_CONTAINER(expanded_), widget);
tab_contents_container_gtk.h 96 // GtkBin and a GtkFixed, |floating_| has |expanded_| as its one "real" child,
101 // We insert and remove WebContents GtkWidgets into this expanded_. This
105 GtkWidget* expanded_; member in class:TabContentsContainerGtk
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 90 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_->allocation.y
    [all...]
tab_contents_view_gtk.h 99 // 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
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.cc 92 expanded_(gtk_expanded_container_new()),
94 gtk_widget_set_name(expanded_.get(), "chrome-web-contents-view");
95 g_signal_connect(expanded_.get(), "size-allocate",
97 g_signal_connect(expanded_.get(), "child-size-request",
100 gtk_widget_show(expanded_.get());
104 delegate_->Initialize(expanded_.get(), &focus_store_);
108 expanded_.Destroy();
115 return expanded_.get();
137 GdkWindow* expanded_window = gtk_widget_get_window(expanded_.get());
142 gtk_widget_get_allocation(expanded_.get(), &allocation)
    [all...]
web_contents_view_gtk.h 107 // 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/gtk/tab_contents/
chrome_web_contents_view_delegate_gtk.h 58 // Contains |expanded_| as its GtkBin member.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
plugin_list.js 206 expanded_: false,
212 return this.expanded_;
215 if (this.expanded_ == expanded) {
218 this.expanded_ = expanded;
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 130 expanded_(true),
159 type_params.push_back(expanded_ ? 1 : 0);
241 if (expanded_) {
325 if (expanded_ != new_state) {
326 expanded_ = new_state;
panel_controller.h 148 bool expanded_; member in class:chromeos::PanelController
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.h 119 // This will be non-NULL if and only if |expanded_| is false and
131 bool expanded_; member in class:AvatarMenuBubbleView
avatar_menu_bubble_view.cc 520 expanded_(false) {
677 expanded_ = true;
787 if (avatar_menu_model_->GetManagedUserInformation().empty() || expanded_)
  /external/chromium/net/base/
sdch_filter_unittest.cc 62 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_);
    [all...]
  /external/chromium_org/net/base/
sdch_filter_unittest.cc 57 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_);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.h 29 BOOL expanded_; variable
avatar_menu_bubble_controller.mm 102 expanded_ = YES;
198 if (expanded_) {
311 if (model_->GetManagedUserInformation().empty() || expanded_)
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 229 bool expanded_; member in class:__anon8742::ExpandableContainerView
750 expanded_(false) {
855 more_details_->SetText(expanded_ ?
865 expanded_ = !expanded_;
  /external/chromium/chrome/browser/resources/options/
cookies_list.js 123 return this.expanded_;
126 if (this.expanded_ == expanded)
128 this.expanded_ = expanded;
  /external/chromium_org/chrome/browser/resources/options/
cookies_list.js 167 return this.expanded_;
170 if (this.expanded_ == expanded)
172 this.expanded_ = expanded;
    [all...]

Completed in 617 milliseconds