OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContentsDragSource
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.h
27
//
TabContentsDragSource
takes care of managing the drag from a TabContents
29
class
TabContentsDragSource
: public MessageLoopForUI::Observer {
31
explicit
TabContentsDragSource
(TabContentsView* tab_contents_view);
32
~
TabContentsDragSource
();
36
// Starts a drag for the tab contents this
TabContentsDragSource
was
49
CHROMEGTK_CALLBACK_2(
TabContentsDragSource
, gboolean, OnDragFailed,
51
CHROMEGTK_CALLBACK_1(
TabContentsDragSource
, void, OnDragBegin,
53
CHROMEGTK_CALLBACK_1(
TabContentsDragSource
, void, OnDragEnd,
55
CHROMEGTK_CALLBACK_4(
TabContentsDragSource
, void, OnDragDataGet,
57
CHROMEGTK_CALLBACK_1(
TabContentsDragSource
, gboolean, OnDragIconExpose
[
all
...]
tab_contents_drag_source.cc
30
TabContentsDragSource
::
TabContentsDragSource
(
52
TabContentsDragSource
::~
TabContentsDragSource
() {
65
TabContents*
TabContentsDragSource
::tab_contents() const {
69
void
TabContentsDragSource
::StartDragging(const WebDropData& drop_data,
149
void
TabContentsDragSource
::WillProcessEvent(GdkEvent* event) {
153
void
TabContentsDragSource
::DidProcessEvent(GdkEvent* event) {
168
void
TabContentsDragSource
::OnDragDataGet(GtkWidget* sender,
272
gboolean
TabContentsDragSource
::OnDragFailed(GtkWidget* sender
[
all
...]
/external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h
24
class
TabContentsDragSource
;
139
scoped_ptr<
TabContentsDragSource
> drag_source_;
tab_contents_view_gtk.cc
105
drag_source_.reset(new
TabContentsDragSource
(this));
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h
21
class
TabContentsDragSource
;
124
scoped_ptr<
TabContentsDragSource
> drag_source_;
tab_contents_view_touch.h
21
class
TabContentsDragSource
;
tab_contents_view_gtk.cc
109
drag_source_.reset(new
TabContentsDragSource
(this));
Completed in 646 milliseconds