OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_mouse_down_
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
132
last_mouse_down_
(NULL),
188
last_mouse_down_
= gdk_event_copy(reinterpret_cast<GdkEvent*>(event));
192
if (!
last_mouse_down_
) {
207
if (
last_mouse_down_
) {
208
gdk_event_free(
last_mouse_down_
);
209
last_mouse_down_
= NULL;
223
if (
last_mouse_down_
) {
226
gdk_event_free(
last_mouse_down_
);
227
last_mouse_down_
= NULL;
279
gint old_x = static_cast<gint>(
last_mouse_down_
->button.x_root)
[
all
...]
tab_gtk.h
185
GdkEvent*
last_mouse_down_
;
member in class:TabGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
66
last_mouse_down_
(NULL),
133
last_mouse_down_
= gdk_event_copy(reinterpret_cast<GdkEvent*>(event));
137
if (!
last_mouse_down_
) {
155
if (
last_mouse_down_
) {
156
gdk_event_free(
last_mouse_down_
);
157
last_mouse_down_
= NULL;
174
if (
last_mouse_down_
) {
177
gdk_event_free(
last_mouse_down_
);
178
last_mouse_down_
= NULL;
231
gint old_x = static_cast<gint>(
last_mouse_down_
->button.x_root)
[
all
...]
tab_gtk.h
198
GdkEvent*
last_mouse_down_
;
member in class:TabGtk
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h
121
return
last_mouse_down_
;
254
GdkEventButton*
last_mouse_down_
;
member in class:RenderWidgetHostViewGtk
render_widget_host_view_gtk.cc
517
last_mouse_down_
(NULL) {
[
all
...]
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h
127
GdkEventButton
last_mouse_down_
;
member in class:TabContentsViewGtk
tab_contents_view_touch.h
119
GdkEventButton
last_mouse_down_
;
member in class:TabContentsViewTouch
tab_contents_view_gtk.cc
234
drag_source_->StartDragging(drop_data, ops, &
last_mouse_down_
,
399
last_mouse_down_
= *event;
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h
327
GdkEventButton*
last_mouse_down_
;
member in class:content::RenderWidgetHostViewGtk
render_widget_host_view_gtk.cc
566
last_mouse_down_
(NULL) {
[
all
...]
Completed in 105 milliseconds