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

  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 106 int add_types = select ? TabStripModel::ADD_ACTIVE local
112 add_types |= TabStripModel::ADD_PINNED;
115 add_types);
browser_commands.cc 654 int add_types = TabStripModel::ADD_ACTIVE | local
658 index + 1, contents_dupe, add_types);
1182 int add_types = TabStripModel::ADD_ACTIVE | local
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_delegate.h 67 int add_types; member in struct:TabStripModelDelegate::NewStripContents
  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 43 void add_types(int added_types) { types_ |= added_types; } function in class:appcache::AppCacheEntry
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc 227 int add_types = active ? TabStripModel::ADD_ACTIVE : TabStripModel::ADD_NONE; local
228 add_types |= TabStripModel::ADD_FORCE_INDEX;
230 add_types |= TabStripModel::ADD_PINNED;
236 navigate_params.tabstrip_add_types = add_types;
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 333 int add_types = 0; local
335 add_types |= StackedTabStripLayout::kAddTypeActive;
337 add_types |= StackedTabStripLayout::kAddTypeMini;
339 layout_->AddTab(test_data[i].add_index, add_types,
tab_drag_controller.cc 1013 int add_types = TabStripModel::ADD_NONE; local
    [all...]
tab_strip.cc 649 int add_types = 0; local
651 add_types |= StackedTabStripLayout::kAddTypeMini;
653 add_types |= StackedTabStripLayout::kAddTypeActive;
654 touch_layout_->AddTab(model_index, add_types, GetStartXForNormalTabs());
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 788 int add_types = first_tab ? TabStripModel::ADD_ACTIVE : local
790 add_types |= TabStripModel::ADD_FORCE_INDEX;
792 add_types |= TabStripModel::ADD_PINNED;
797 params.tabstrip_add_types = add_types;
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 170 void add_types(int value);
173 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_org/chrome/browser/sessions/
session_restore.cc 1125 int add_types = TabStripModel::ADD_FORCE_INDEX; local
    [all...]

Completed in 471 milliseconds