HomeSort by relevance Sort by last modified time
    Searched refs:appcache_details_table_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 246 SetAppCacheDetailsSensitivity(self, table == self->appcache_details_table_);
266 if (table != self->appcache_details_table_)
267 gtk_widget_hide(self->appcache_details_table_);
359 self->appcache_details_table_ = gtk_table_new(4, 2, FALSE);
361 self->appcache_details_table_);
362 gtk_table_set_col_spacing(GTK_TABLE(self->appcache_details_table_), 0,
367 self->appcache_details_table_,
370 self->appcache_details_table_, &self->appcache_size_entry_);
372 self->appcache_details_table_, &self->appcache_created_entry_);
374 self->appcache_details_table_,
    [all...]
gtk_chrome_cookie_view.h 91 GtkWidget* appcache_details_table_; member in struct:__anon4573

Completed in 18 milliseconds