HomeSort by relevance Sort by last modified time
    Searched full:model_ (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller_unittest.mm 51 model_.reset(new MockPluginExceptionsTableModel(map, NULL));
79 model_->set_plugins(plugins);
80 model_->LoadSettings();
89 [controller_.get() bindToTableModel:model_.get()
96 scoped_ptr<MockPluginExceptionsTableModel> model_;
table_row_nsimage_cache.h 48 Table* model_; // weak member in class:TableRowNSImageCache
page_info_bubble_controller.h 17 scoped_ptr<PageInfoModel> model_; variable
table_model_array_controller.h 33 RemoveRowsTableModel* model_; // weak variable
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 354 model_(NULL),
367 model_ = profile_->GetExtensionService()->toolbar_model();
368 model_->AddObserver(this);
385 if (model_)
386 model_->RemoveObserver(this);
402 if (model_ &&
409 model_->SetVisibleIconCount(WidthToIconCount(predefined_width));
411 if (model_ && model_->extensions_initialized())
437 if (!model_)
    [all...]
page_info_bubble_view.cc 92 : ALLOW_THIS_IN_INITIALIZER_LIST(model_(profile, url, ssl,
145 int count = model_.GetSectionCount();
147 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i);
149 const SkBitmap* icon = *model_.GetIconImage(info.icon_id);
172 int count = model_.GetSectionCount();
174 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i);
175 const SkBitmap* icon = *model_.GetIconImage(info.icon_id);
tab_icon_view.h 58 TabIconViewModel* model_; member in class:TabIconView
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 32 TabStripModel* model() const { return model_; }
115 Profile* profile() const { return model_->profile(); }
117 TabStripModel* model_; member in class:BrowserTabStripController
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.h 75 // Removes the observer from the model and NULLs out model_.
87 BookmarkModel* model_; member in class:BookmarkContextMenuControllerViews
  /external/chromium/chrome/browser/extensions/
extension_processes_api.h 56 TaskManagerModel* model_; member in class:ExtensionProcessesEventRouter
  /external/chromium/chrome/browser/
plugin_exceptions_table_model_unittest.cc 28 : model_(model) {
41 if (!model_)
45 EXPECT_LT(start, model_->RowCount() + 1);
48 ui::TableModel* model_; member in class:plugin_test_internal::MockTableModelObserver
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.h 54 BookmarkModel* model_; // weak; it is owned by a Profile. member in class:BookmarkBarBridge
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.h 30 scoped_ptr<BackForwardMenuModel> model_; variable
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 71 PageInfoModel model_; member in class:__anon3650::PageInfoBubbleGtk
107 : ALLOW_THIS_IN_INITIALIZER_LIST(model_(profile, url, ssl,
190 for (int i = 0; i < model_.GetSectionCount(); i++) {
192 CreateSection(model_.GetSectionInfo(i)),
217 GdkPixbuf* pixbuf = *model_.GetIconImage(section.icon_id);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 275 : model_(new AutocompletePopupModel(this, edit_model, profile)),
336 model_.reset();
357 const AutocompleteResult& result = model_->result();
470 return std::min(line, model_->result().size() - 1);
475 const AutocompleteMatch& match = model_->result().match_at(line);
481 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword);
489 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match);
531 model_->SetHoveredLine(line);
534 model_->SetSelectedLine(line, false, false);
543 model_->SetHoveredLine(line)
    [all...]
autocomplete_popup_view_mac.mm 287 : model_(new AutocompletePopupModel(this, edit_model, profile)),
301 model_.reset();
418 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match);
429 const AutocompleteResult& result = model_->result();
467 const size_t rows = model_->result().size();
472 const AutocompleteMatch& match = model_->result().match_at(ii);
522 model_->SetSelectedLine(line, false, false);
529 [matrix selectCellAtRow:model_->selected_line() column:0];
545 const AutocompleteMatch& match = model_->result().match_at(row);
548 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword)
    [all...]
autocomplete_edit_view_mac.h 145 // If |model_| believes it has focus, grab focus if needed and set
187 scoped_ptr<AutocompleteEditModel> model_; member in class:AutocompleteEditViewMac
204 // to model_.
autocomplete_edit_view_win.cc 410 : model_(new AutocompleteEditModel(this, controller, profile)),
411 popup_view_(new AutocompletePopupContentsView(font, this, model_.get(),
529 model_->GetStateForTabSwitch());
542 model_->UpdatePermanentText(toolbar_model_->GetText());
569 model_->RestoreState(state->model_state);
622 model_->OpenURL(url, disposition, transition, alternate_nav_url,
634 return model_->user_input_in_progress() || (GetTextLength() == 0);
639 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) :
651 model_->SetUserText(text);
702 model_->Revert()
    [all...]
  /external/chromium/chrome/browser/resources/
history.html 54 this.model_ = model;
89 if (this.model_.getEditMode()) {
113 if (this.model_.getEditMode()) {
129 this.model_.getSearchText());
179 this.addHighlightedText_(link, this.title_, this.model_.getSearchText());
466 this.model_ = model
470 this.model_.setView(this);
495 this.model_.setSearchText(term, this.pageIndex_);
497 pageState.setUIState(this.model_.getEditMode(), term, this.pageIndex_);
505 this.model_.setEditMode(edit_mode)
    [all...]
history2.html 53 this.model_ = model;
102 this.model_.getSearchText());
105 if (this.model_.getEditMode()) {
191 this.addHighlightedText_(link, content, this.model_.getSearchText());
477 this.model_ = model
481 this.model_.setView(this);
506 this.model_.setSearchText(term, this.pageIndex_);
511 pageState.setUIState(this.model_.getEditMode(), term, this.pageIndex_);
519 this.model_.setEditMode(edit_mode);
520 pageState.setUIState(this.model_.getEditMode(), this.model_.getSearchText()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 698 model_(model),
709 model_->RemoveObserver(this);
728 model_->AddObserver(this);
830 TabContentsWrapper* contents = model_->GetTabContentsAt(index);
852 return model_->profile() == other->model()->profile();
873 if (!model_->closing_all())
946 DCHECK(index == TabStripModel::kNoTab || model_->ContainsIndex(index));
    [all...]
  /external/chromium/base/
cpu.cc 20 model_(0),
106 model_ = ((cpu_info[0] >> 4) & 0xf) + ((cpu_info[0] >> 12) & 0xf0);
  /external/chromium/chrome/browser/download/
download_shelf.cc 23 model_(download_model) {
99 model_->CancelTask();
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.h 54 BookmarkModel* model_; member in class:BookmarkFolderEditorController
  /external/chromium/chrome/browser/tabs/
default_tab_handler.h 84 scoped_ptr<TabStripModel> model_; member in class:DefaultTabHandler

Completed in 811 milliseconds

1 23 4 5 6