Home
last modified time | relevance | path

Searched refs:model_ (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/
Dmenu_manager.cc98 model_ = new CefMenuModelImpl(this, nullptr, false); in CefMenuManager()
104 model_->set_delegate(nullptr); in ~CefMenuManager()
132 model_->Clear(); in CreateContextMenu()
150 model_.get()); in CreateContextMenu()
152 MenuWillShow(model_); in CreateContextMenu()
154 if (model_->GetCount() > 0) { in CreateContextMenu()
165 model_.get(), callbackImpl.get())) { in CreateContextMenu()
178 DCHECK(model_->VerifyRefCount()); in CreateContextMenu()
181 if (model_->GetCount() == 0 && !custom_menu) { in CreateContextMenu()
182 MenuClosed(model_); in CreateContextMenu()
[all …]
Dsimple_menu_model_impl.cc46 model_(model), in CefSimpleMenuModelImpl()
51 DCHECK(model_); in CefSimpleMenuModelImpl()
58 DCHECK(!model_); in ~CefSimpleMenuModelImpl()
74 delete model_; in Detach()
75 model_ = nullptr; in Detach()
88 model_->Clear(); in Clear()
96 return model_->GetItemCount(); in GetCount()
103 model_->AddSeparator(ui::NORMAL_SEPARATOR); in AddSeparator()
111 model_->AddItem(command_id, label); in AddItem()
120 model_->AddCheckItem(command_id, label); in AddCheckItem()
[all …]
Dsimple_menu_model_impl.h136 ui::SimpleMenuModel* model() const { return model_; } in model()
151 ui::SimpleMenuModel* model_; variable
Dmenu_manager.h67 CefRefPtr<CefMenuModelImpl> model_; variable
Dmenu_model_impl.h178 ui::MenuModel* model() const { return model_.get(); } in model()
219 std::unique_ptr<ui::MenuModel> model_; variable
Dmenu_model_impl.cc246 model_.reset(new CefSimpleMenuModel(this)); in CefMenuModelImpl()
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc189 ui::MenuModel* model = menu_win->model_; in OnMenuCommand()
288 data->native_menu_win->model_->GetTypeAt(data->model_index); in OnDrawItem()
293 data->native_menu_win->model_->GetIconAt(data->model_index); in OnDrawItem()
316 data->native_menu_win->model_->IsItemCheckedAt( in OnDrawItem()
431 : model_(model), in CefNativeMenuWin()
475 model_->MenuWillShow(); in RunMenuAt()
496 model_->MenuWillClose(); in RunMenuAt()
507 owner_draw_ = model_->HasIcons() || owner_draw_; in Rebuild()
510 menu_index < first_item_index_ + model_->GetItemCount(); ++menu_index) { in Rebuild()
512 if (model_->GetTypeAt(model_index) == ui::MenuModel::TYPE_SEPARATOR) in Rebuild()
[all …]
Dmenu_2.h71 ui::MenuModel* model() const { return model_; } in model()
77 ui::MenuModel* model_;
Dmenu_2.cc12 : model_(model), wrapper_(MenuWrapper::CreateWrapper(model)) { in Menu2()
Dnative_menu_win.h110 ui::MenuModel* model_; variable
/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/
Dmarkv_codec.cpp330 model_ = model; in SetModel()
357 model_(GetDefaultModel()) {} in MarkvCodecBase()
373 const MarkvModel* model_; member in __anon60280edf0111::MarkvCodecBase
611 if (!reader_.ReadVariableWidthU16(&index, model_->id_index_chunk_length())) in DecodeId()
689 writer_.WriteVariableWidthU32(word, model_->u32_chunk_length()); in EncodeLiteralNumber()
693 writer_.WriteVariableWidthS32(val, model_->s32_chunk_length(), in EncodeLiteralNumber()
694 model_->s32_block_exponent()); in EncodeLiteralNumber()
704 writer_.WriteVariableWidthU16(word, model_->u16_chunk_length()); in EncodeLiteralNumber()
708 writer_.WriteVariableWidthS16(val, model_->s16_chunk_length(), in EncodeLiteralNumber()
709 model_->s16_block_exponent()); in EncodeLiteralNumber()
[all …]
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc31 model_ = new CefSimpleMenuModelImpl( in InitMenu()
35 handler_->OnBeforeContextMenu(browser_, GetFrame(), params_, model_); in InitMenu()
89 model_->Detach(); in OnMenuClosed()
96 model_ = nullptr; in OnMenuClosed()
175 CefRefPtr<CefSimpleMenuModelImpl> model_; member in context_menu::__anon74c66c9f0111::CefContextMenuObserver
/third_party/boost/libs/multi_index/example/
Dcomplex_structs.cpp80 const std::string& model_,const car_manufacturer* manufacturer_,int price_): in car_model()
81 model(model_),manufacturer(manufacturer_),price(price_) in car_model()
/third_party/chromium/patch/
D0002_build_for_ohos.patch6248 chrome::ScopedTabbedBrowserDisplayer browser_displayer(model_->profile());
9000 - const int id = (model_->download() &&
9003 + id = (model_->download() &&
9005 model_->download()))
9009 + id = model_->download()
9024 model_->profile())
9038 model_->CompleteSafeBrowsingScan();
9040 model_->SetOpenWhenComplete(true);
D0004_nweb_cve_bugfix.patch11440 set_close_on_deactivate(model_->close_on_deactivate(GetPassKey()));