HomeSort by relevance Sort by last modified time
    Searched refs:add_types (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
typo-correction.cpp 166 void add_types(int value);
169 void Child::add_types(int value) {} // expected-error{{out-of-line definition of 'add_types' does not match any declaration in 'Child'}} function in class:Child
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 118 int add_types) {
119 bool active = add_types & ADD_ACTIVE;
122 contents->extension_tab_helper()->is_app() || add_types & ADD_PINNED;
137 if ((add_types & ADD_INHERIT_GROUP) && selected_contents) {
145 } else if ((add_types & ADD_INHERIT_OPENER) && selected_contents) {
621 int add_types) {
625 bool inherit_group = (add_types & ADD_INHERIT_GROUP) == ADD_INHERIT_GROUP;
628 (add_types & ADD_FORCE_INDEX) == 0) {
635 contents, transition, add_types & ADD_ACTIVE);
655 add_types | (inherit_group ? ADD_INHERIT_GROUP : 0))
    [all...]
tab_strip_model.h 165 // Adds the specified TabContents at the specified location. |add_types| is a
177 int add_types);
392 // specified insertion index, transition, etc. |add_types| is a bitmask of
398 int add_types);
  /external/chromium/chrome/browser/sessions/
session_restore.cc 714 int add_types = TabStripModel::ADD_FORCE_INDEX; local
716 add_types |= TabStripModel::ADD_ACTIVE;
722 params.tabstrip_add_types = add_types;
  /external/chromium/chrome/browser/ui/
browser_init.cc 1006 int add_types = first_tab ? TabStripModel::ADD_ACTIVE : local
    [all...]
browser.cc 1072 int add_types = select ? TabStripModel::ADD_ACTIVE : local
2572 int add_types = TabStripModel::ADD_ACTIVE | local
4400 int add_types = TabStripModel::ADD_ACTIVE | local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 743 int add_types = selected ? TabStripModel::ADD_ACTIVE : local
745 add_types |= TabStripModel::ADD_FORCE_INDEX;
747 add_types |= TabStripModel::ADD_PINNED;
751 params.tabstrip_add_types = add_types;
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 903 int add_types = TabStripModel::ADD_NONE; local
    [all...]

Completed in 74 milliseconds