OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_beneath
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
732
bool*
is_beneath
) {
759
*
is_beneath
= (monitor_bounds.IsEmpty() ||
762
*
is_beneath
= false;
765
if (*
is_beneath
)
808
bool
is_beneath
;
local
810
&
is_beneath
);
813
drop_info_.reset(new DropInfo(tab_data_index, drop_before, !
is_beneath
));
817
if (
is_beneath
== drop_info_->point_down) {
818
drop_info_->point_down = !
is_beneath
;
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
1596
bool
is_beneath
;
local
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
1727
bool
is_beneath
;
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
2420
bool
is_beneath
;
local
[
all
...]
Completed in 2864 milliseconds