Searched refs:add_types (Results 1 – 8 of 8) sorted by relevance
166 void add_types(int value);169 void Child::add_types(int value) {} // expected-error{{out-of-line definition of 'add_types' does n… in add_types() function in Child
118 int add_types) { in InsertTabContentsAt() argument119 bool active = add_types & ADD_ACTIVE; in InsertTabContentsAt()122 contents->extension_tab_helper()->is_app() || add_types & ADD_PINNED; in InsertTabContentsAt()137 if ((add_types & ADD_INHERIT_GROUP) && selected_contents) { in InsertTabContentsAt()145 } else if ((add_types & ADD_INHERIT_OPENER) && selected_contents) { in InsertTabContentsAt()621 int add_types) { in AddTabContents() argument625 bool inherit_group = (add_types & ADD_INHERIT_GROUP) == ADD_INHERIT_GROUP; in AddTabContents()628 (add_types & ADD_FORCE_INDEX) == 0) { in AddTabContents()635 contents, transition, add_types & ADD_ACTIVE); in AddTabContents()655 add_types | (inherit_group ? ADD_INHERIT_GROUP : 0)); in AddTabContents()[all …]
177 int add_types);398 int add_types);
714 int add_types = TabStripModel::ADD_FORCE_INDEX; in AppendURLsToBrowser() local716 add_types |= TabStripModel::ADD_ACTIVE; in AppendURLsToBrowser()722 params.tabstrip_add_types = add_types; in AppendURLsToBrowser()
1006 int add_types = first_tab ? TabStripModel::ADD_ACTIVE : in OpenTabsInBrowser() local1008 add_types |= TabStripModel::ADD_FORCE_INDEX; in OpenTabsInBrowser()1010 add_types |= TabStripModel::ADD_PINNED; in OpenTabsInBrowser()1017 params.tabstrip_add_types = add_types; in OpenTabsInBrowser()
1072 int add_types = select ? TabStripModel::ADD_ACTIVE : in AddRestoredTab() local1076 add_types |= TabStripModel::ADD_PINNED; in AddRestoredTab()1079 add_types); in AddRestoredTab()2572 int add_types = TabStripModel::ADD_ACTIVE | in DuplicateContentsAt() local2577 add_types); in DuplicateContentsAt()4400 int add_types = TabStripModel::ADD_ACTIVE | in ViewSource() local4404 add_types); in ViewSource()
743 int add_types = selected ? TabStripModel::ADD_ACTIVE : in RunImpl() local745 add_types |= TabStripModel::ADD_FORCE_INDEX; in RunImpl()747 add_types |= TabStripModel::ADD_PINNED; in RunImpl()751 params.tabstrip_add_types = add_types; in RunImpl()
903 int add_types = TabStripModel::ADD_NONE; in Attach() local905 add_types |= TabStripModel::ADD_PINNED; in Attach()907 index + i, drag_data_[i].contents, add_types); in Attach()