/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 242 SetCookieDetailsSensitivity(self, table == self->cookie_details_table_); 260 if (table != self->cookie_details_table_) 261 gtk_widget_hide(self->cookie_details_table_); 293 self->cookie_details_table_ = gtk_table_new(7, 2, FALSE); 295 self->cookie_details_table_); 296 gtk_table_set_col_spacing(GTK_TABLE(self->cookie_details_table_), 0, 301 self->cookie_details_table_, &self->cookie_name_entry_); 303 self->cookie_details_table_, &self->cookie_content_entry_); 305 self->cookie_details_table_, &self->cookie_domain_entry_); 307 self->cookie_details_table_, &self->cookie_path_entry_) [all...] |
gtk_chrome_cookie_view.h | 61 GtkWidget* cookie_details_table_; member in struct:__anon2323
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 246 SetCookieDetailsSensitivity(self, table == self->cookie_details_table_); 264 if (table != self->cookie_details_table_) 265 gtk_widget_hide(self->cookie_details_table_); 297 self->cookie_details_table_ = gtk_table_new(7, 2, FALSE); 299 self->cookie_details_table_); 300 gtk_table_set_col_spacing(GTK_TABLE(self->cookie_details_table_), 0, 305 self->cookie_details_table_, &self->cookie_name_entry_); 307 self->cookie_details_table_, &self->cookie_content_entry_); 309 self->cookie_details_table_, &self->cookie_domain_entry_); 311 self->cookie_details_table_, &self->cookie_path_entry_) [all...] |
gtk_chrome_cookie_view.h | 63 GtkWidget* cookie_details_table_; member in struct:__anon6065
|