/third_party/cef/libcef/browser/ |
D | menu_manager.cc | 98 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 …]
|
D | simple_menu_model_impl.cc | 46 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 …]
|
D | simple_menu_model_impl.h | 136 ui::SimpleMenuModel* model() const { return model_; } in model() 151 ui::SimpleMenuModel* model_; variable
|
D | menu_manager.h | 67 CefRefPtr<CefMenuModelImpl> model_; variable
|
D | menu_model_impl.h | 178 ui::MenuModel* model() const { return model_.get(); } in model() 219 std::unique_ptr<ui::MenuModel> model_; variable
|
D | menu_model_impl.cc | 246 model_.reset(new CefSimpleMenuModel(this)); in CefMenuModelImpl()
|
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 189 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 …]
|
D | menu_2.h | 71 ui::MenuModel* model() const { return model_; } in model() 77 ui::MenuModel* model_;
|
D | menu_2.cc | 12 : model_(model), wrapper_(MenuWrapper::CreateWrapper(model)) { in Menu2()
|
D | native_menu_win.h | 110 ui::MenuModel* model_; variable
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/ |
D | markv_codec.cpp | 330 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/ |
D | chrome_context_menu_handler.cc | 31 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/ |
D | complex_structs.cpp | 80 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/ |
D | 0002_build_for_ohos.patch | 6248 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);
|
D | 0004_nweb_cve_bugfix.patch | 11440 set_close_on_deactivate(model_->close_on_deactivate(GetPassKey()));
|