Home
last modified time | relevance | path

Searched refs:expanded_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_expanded_container_unittest.cc13 expanded_(gtk_expanded_container_new()) { in GtkExpandedContainerTest()
15 gtk_container_add(GTK_CONTAINER(window_), expanded_); in GtkExpandedContainerTest()
22 GList* children = gtk_container_get_children(GTK_CONTAINER(expanded_)); in FindChild()
36 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "x", &x); in GetChildX()
43 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "y", &y); in GetChildY()
49 GtkWidget* expanded_; member in GtkExpandedContainerTest
55 gtk_container_add(GTK_CONTAINER(expanded_), child1); in TEST_F()
58 gtk_container_add(GTK_CONTAINER(expanded_), child2); in TEST_F()
62 gtk_container_remove(GTK_CONTAINER(expanded_), child1); in TEST_F()
66 gtk_container_remove(GTK_CONTAINER(expanded_), child2); in TEST_F()
[all …]
Dtab_contents_container_gtk.cc48 expanded_ = gtk_expanded_container_new(); in Init()
49 gtk_container_add(GTK_CONTAINER(floating_.get()), expanded_); in Init()
58 gtk_widget_show(expanded_); in Init()
112 gtk_container_remove(GTK_CONTAINER(expanded_), preview_widget); in RemovePreview()
134 if (widget->parent != expanded_) in PackTab()
135 gtk_container_add(GTK_CONTAINER(expanded_), widget); in PackTab()
168 DCHECK_EQ(widget->parent, expanded_); in DetachTab()
169 gtk_container_remove(GTK_CONTAINER(expanded_), widget); in DetachTab()
Dtab_contents_container_gtk.h106 GtkWidget* expanded_; variable
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc90 expanded_(gtk_expanded_container_new()), in TabContentsViewGtk()
92 gtk_widget_set_name(expanded_, "chrome-tab-contents-view"); in TabContentsViewGtk()
93 g_signal_connect(expanded_, "size-allocate", in TabContentsViewGtk()
95 g_signal_connect(expanded_, "child-size-request", in TabContentsViewGtk()
100 gtk_container_add(GTK_CONTAINER(floating_.get()), expanded_); in TabContentsViewGtk()
101 gtk_widget_show(expanded_); in TabContentsViewGtk()
190 if (expanded_->window) in GetContainerBounds()
191 gdk_window_get_origin(expanded_->window, &x, &y); in GetContainerBounds()
192 out->SetRect(x + expanded_->allocation.x, y + expanded_->allocation.y, in GetContainerBounds()
369 gtk_container_add(GTK_CONTAINER(expanded_), widget); in InsertIntoContentArea()
Dtab_contents_view_gtk.h117 GtkWidget* expanded_; variable
/external/chromium/net/base/
Dsdch_filter_unittest.cc62 expanded_(kTestData, sizeof(kTestData) - 1), in SdchFilterTest()
71 const std::string expanded_; // Desired final, decompressed data. member in net::SdchFilterTest
434 EXPECT_EQ(output, expanded_); in TEST_F()
444 EXPECT_EQ(output, expanded_); in TEST_F()
680 EXPECT_EQ(output, expanded_); in TEST_F()
732 EXPECT_EQ(output, expanded_); in TEST_F()
743 EXPECT_EQ(output, expanded_); in TEST_F()
853 CHECK_GT(kLargeInputBufferSize, expanded_.size()); in TEST_F()
874 EXPECT_EQ(output, expanded_); in TEST_F()
896 EXPECT_EQ(output, expanded_); in TEST_F()
[all …]
/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.cc130 expanded_(true), in PanelController()
159 type_params.push_back(expanded_ ? 1 : 0); in Init()
241 if (expanded_) { in TitleMouseCaptureLost()
325 if (expanded_ != new_state) { in PanelClientEvent()
326 expanded_ = new_state; in PanelClientEvent()
Dpanel_controller.h148 bool expanded_; variable
/external/chromium/chrome/browser/resources/options/
Dcookies_list.js123 return this.expanded_;
126 if (this.expanded_ == expanded)
128 this.expanded_ = expanded;