OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drop_info_
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
488
if (
drop_info_
.get() &&
drop_info_
->valid &&
489
drop_info_
->drag_operation != 0 &&
drop_info_
->drop_index != -1 &&
490
!
drop_info_
->is_over_overflow && !
drop_info_
->drop_on) {
491
int index =
drop_info_
->drop_index;
545
if (!
drop_info_
.get())
546
drop_info_
.reset(new DropInfo());
550
return
drop_info_
->data.Read(data) && drop_info_->data.size() == 1
[
all
...]
bookmark_bar_view.h
495
scoped_ptr<DropInfo>
drop_info_
;
member in class:BookmarkBarView
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
745
if (
drop_info_
.get() &&
drop_info_
->valid &&
746
drop_info_
->location.operation != 0 &&
drop_info_
->location.index != -1 &&
747
drop_info_
->location.button_type != DROP_OVERFLOW &&
748
!
drop_info_
->location.on) {
749
int index =
drop_info_
->location.index;
802
if (!
drop_info_
.get())
803
drop_info_
.reset(new DropInfo());
807
return
drop_info_
->data.Read(data) && drop_info_->data.size() == 1
[
all
...]
bookmark_bar_view.h
407
scoped_ptr<DropInfo>
drop_info_
;
member in class:BookmarkBarView
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
375
if (!
drop_info_
.get())
378
const int drop_index =
drop_info_
->drop_index;
379
const bool drop_before =
drop_info_
->drop_before;
798
if (
drop_info_
.get())
799
drop_info_
.reset(NULL);
803
if (
drop_info_
.get() &&
drop_info_
->drop_index == tab_data_index &&
804
drop_info_
->drop_before == drop_before) {
812
if (!
drop_info_
.get()) {
813
drop_info_
.reset(new DropInfo(tab_data_index, drop_before, !is_beneath))
[
all
...]
tab_strip.h
266
scoped_ptr<DropInfo>
drop_info_
;
member in class:TabStrip
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
[
all
...]
tab_strip_gtk.h
450
scoped_ptr<DropInfo>
drop_info_
;
member in class:TabStripGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
[
all
...]
tab_strip_gtk.h
479
scoped_ptr<DropInfo>
drop_info_
;
member in class:TabStripGtk
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
994
if (
drop_info_
.get() &&
drop_info_
->url == url)
995
drop_info_
->file_supported = supported;
[
all
...]
tab_strip.h
591
scoped_ptr<DropInfo>
drop_info_
;
member in class:TabStrip
Completed in 578 milliseconds