OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BookmarkBarInstructionsGtk
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.h
18
class
BookmarkBarInstructionsGtk
: public NotificationObserver {
30
explicit
BookmarkBarInstructionsGtk
(Delegate* delegate, Profile* profile);
41
CHROMEGTK_CALLBACK_0(
BookmarkBarInstructionsGtk
, void, OnButtonClick);
59
DISALLOW_COPY_AND_ASSIGN(
BookmarkBarInstructionsGtk
);
bookmark_bar_instructions_gtk.cc
16
BookmarkBarInstructionsGtk
::
BookmarkBarInstructionsGtk
(Delegate* delegate,
55
void
BookmarkBarInstructionsGtk
::Observe(NotificationType type,
62
void
BookmarkBarInstructionsGtk
::OnButtonClick(GtkWidget* button) {
66
void
BookmarkBarInstructionsGtk
::UpdateColors() {
bookmark_bar_gtk.h
47
public
BookmarkBarInstructionsGtk
::Delegate,
299
// Overriden from
BookmarkBarInstructionsGtk
::Delegate.
337
//
BookmarkBarInstructionsGtk
that holds the label and the link for importing
339
scoped_ptr<
BookmarkBarInstructionsGtk
> instructions_gtk_;
bookmark_bar_gtk.cc
223
instructions_gtk_.reset(new
BookmarkBarInstructionsGtk
(this, profile));
[
all
...]
Completed in 2703 milliseconds