OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageActionViewGtk
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h
72
// Sets |preview_enabled| for the
PageActionViewGtk
associated with this
212
class
PageActionViewGtk
: public ImageLoadingTracker::Observer,
215
PageActionViewGtk
(
218
virtual ~
PageActionViewGtk
();
250
CHROMEGTK_CALLBACK_1(
PageActionViewGtk
, gboolean, OnButtonPressed,
252
CHROMEGTK_CALLBACK_1(
PageActionViewGtk
, gboolean, OnExposeEvent,
297
DISALLOW_COPY_AND_ASSIGN(
PageActionViewGtk
);
299
friend class
PageActionViewGtk
;
387
ScopedVector<
PageActionViewGtk
> page_action_views_;
location_bar_view_gtk.cc
420
for (ScopedVector<
PageActionViewGtk
>::iterator iter =
434
for (ScopedVector<
PageActionViewGtk
>::iterator iter =
654
new
PageActionViewGtk
(this, profile_, page_actions[i]));
[
all
...]
Completed in 1102 milliseconds