Searched refs:NetworkMenuModel (Results 1 – 2 of 2) sorted by relevance
30 class NetworkMenuModel : public ui::MenuModel {53 explicit NetworkMenuModel(NetworkMenu* owner) : owner_(owner) {} in NetworkMenuModel() function54 virtual ~NetworkMenuModel() {} in ~NetworkMenuModel()126 NetworkMenuModel* sub_menu_model, int flags) in MenuItem()137 NetworkMenuModel* sub_menu_model; // Weak.162 DISALLOW_COPY_AND_ASSIGN(NetworkMenuModel);276 friend class NetworkMenuModel;301 scoped_ptr<NetworkMenuModel> main_menu_model_;
52 class MoreMenuModel : public NetworkMenuModel {66 class VPNMenuModel : public NetworkMenuModel {81 class MainMenuModel : public NetworkMenuModel {91 scoped_ptr<NetworkMenuModel> vpn_menu_model_;100 bool NetworkMenuModel::ConnectToNetworkAt(int index, in ConnectToNetworkAt()197 int NetworkMenuModel::GetItemCount() const { in GetItemCount()201 ui::MenuModel::ItemType NetworkMenuModel::GetTypeAt(int index) const { in GetTypeAt()205 string16 NetworkMenuModel::GetLabelAt(int index) const { in GetLabelAt()209 const gfx::Font* NetworkMenuModel::GetLabelFontAt(int index) const { in GetLabelFontAt()215 bool NetworkMenuModel::IsItemCheckedAt(int index) const { in IsItemCheckedAt()[all …]