OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertTabContentsAt
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc
431
// Test
InsertTabContentsAt
, foreground tab.
434
tabstrip.
InsertTabContentsAt
(1, contents2, TabStripModel::ADD_ACTIVE);
447
// Test
InsertTabContentsAt
, background tab.
450
tabstrip.
InsertTabContentsAt
(2, contents3, TabStripModel::ADD_NONE);
613
// We use |
InsertTabContentsAt
| here instead of AppendTabContents so that
615
tabstrip.
InsertTabContentsAt
(tabstrip.count(), contents1,
617
tabstrip.
InsertTabContentsAt
(tabstrip.count(), contents2,
619
tabstrip.
InsertTabContentsAt
(tabstrip.count(), contents3,
621
tabstrip.
InsertTabContentsAt
(tabstrip.count(), contents4,
623
tabstrip.
InsertTabContentsAt
(tabstrip.count(), contents5
[
all
...]
tab_strip_model.cc
111
InsertTabContentsAt
(index, contents,
116
void TabStripModel::
InsertTabContentsAt
(int index,
196
InsertTabContentsAt
(index + 1, contents, ADD_ACTIVE | ADD_INHERIT_GROUP);
653
InsertTabContentsAt
(
662
// TODO(sky): figure out why this is here and not in
InsertTabContentsAt
. When
[
all
...]
tab_strip_model.h
175
void
InsertTabContentsAt
(int index,
394
//
InsertTabContentsAt
to do the actual inertion.
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
394
attached_tabstrip_->model()->
InsertTabContentsAt
(
625
source_tabstrip_->model()->
InsertTabContentsAt
(
642
source_tabstrip_->model()->
InsertTabContentsAt
(
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_tabs_module.cc
496
target_tab_strip->
InsertTabContentsAt
(urls.size(), contents,
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
[
all
...]
Completed in 295 milliseconds