OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_tab
(Results
26 - 28
of
28
) sorted by null
1
2
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
506
TabGtk*
current_tab
= tabstrip_->GetTabAt(i);
local
507
if (!
current_tab
->mini()) {
508
if (
current_tab
->IsSelected()) {
509
start_selected_width_ =
current_tab
->width();
511
start_unselected_width_ =
current_tab
->width();
825
TabGtk*
current_tab
= GetTabAt(i);
local
826
if (
current_tab
->closing()) {
838
if (
current_tab
->ValidateLoadingAnimation(state)) {
840
gfx::Rect favicon_bounds =
current_tab
->favicon_bounds();
842
favicon_bounds.x() +
current_tab
->x()
1272
TabGtk*
current_tab
= GetTabAt(i);
local
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
529
TabGtk*
current_tab
= tabstrip_->GetTabAt(i);
local
530
if (!
current_tab
->mini()) {
531
if (
current_tab
->IsActive()) {
532
start_selected_width_ =
current_tab
->width();
534
start_unselected_width_ =
current_tab
->width();
857
TabGtk*
current_tab
= GetTabAt(i);
local
858
if (
current_tab
->closing()) {
870
if (
current_tab
->ValidateLoadingAnimation(state)) {
872
gfx::Rect favicon_bounds =
current_tab
->favicon_bounds();
874
favicon_bounds.x() +
current_tab
->x()
1370
TabGtk*
current_tab
= GetTabAt(i);
local
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
218
last_blocked_command_disposition_(
CURRENT_TAB
),
665
CURRENT_TAB
, PageTransition::LINK);
1210
TabContentsWrapper*
current_tab
= GetSelectedTabContentsWrapper();
local
1281
TabContentsWrapper*
current_tab
= GetSelectedTabContentsWrapper();
local
1312
TabContents*
current_tab
= GetSelectedTabContents();
local
1621
TabContents*
current_tab
= GetSelectedTabContents();
local
1802
TabContentsWrapper*
current_tab
= GetSelectedTabContentsWrapper();
local
3705
TabContents*
current_tab
= GetSelectedTabContents();
local
3757
TabContents*
current_tab
= GetSelectedTabContents();
local
[
all
...]
Completed in 191 milliseconds
1
2