OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BookmarkEditorGtk
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h
31
class
BookmarkEditorGtk
: public BookmarkEditor,
34
BookmarkEditorGtk
(GtkWindow* window,
40
virtual ~
BookmarkEditorGtk
();
107
CHROMEGTK_CALLBACK_0(
BookmarkEditorGtk
, void, OnSelectionChanged);
108
CHROMEGTK_CALLBACK_1(
BookmarkEditorGtk
, void, OnResponse, int);
109
CHROMEGTK_CALLBACK_1(
BookmarkEditorGtk
, gboolean, OnWindowDeleteEvent,
112
CHROMEGTK_CALLBACK_0(
BookmarkEditorGtk
, void, OnWindowDestroy);
113
CHROMEGTK_CALLBACK_0(
BookmarkEditorGtk
, void, OnEntryChanged);
115
CHROMEGTK_CALLBACK_0(
BookmarkEditorGtk
, void, OnNewFolderClicked);
117
CHROMEGTK_CALLBACK_1(
BookmarkEditorGtk
, gboolean, OnTreeViewButtonPressEvent
[
all
...]
bookmark_editor_gtk.cc
48
class
BookmarkEditorGtk
::ContextMenuController
51
explicit ContextMenuController(
BookmarkEditorGtk
* editor)
176
BookmarkEditorGtk
* editor_;
192
BookmarkEditorGtk
* editor =
193
new
BookmarkEditorGtk
(parent_hwnd, profile, parent, details,
198
BookmarkEditorGtk
::
BookmarkEditorGtk
(
214
BookmarkEditorGtk
::~
BookmarkEditorGtk
() {
221
void
BookmarkEditorGtk
::Init(GtkWindow* parent_window)
[
all
...]
Completed in 34 milliseconds