Searched refs:GetLabelFontAt (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model_unittest.cc144 EXPECT_EQ(NULL, model.GetLabelFontAt(0));
145 EXPECT_EQ(NULL, model.GetLabelFontAt(1));
146 EXPECT_EQ(NULL, model.GetLabelFontAt(2));
185 EXPECT_TRUE(model.GetLabelFontAt(0) != NULL);
186 EXPECT_EQ(NULL, model.GetLabelFontAt(1));
187 EXPECT_EQ(NULL, model.GetLabelFontAt(2));
188 EXPECT_EQ(NULL, model.GetLabelFontAt(3));
189 EXPECT_EQ(NULL, model.GetLabelFontAt(4));
295 EXPECT_TRUE(model.GetLabelFontAt(0) != NULL);
296 EXPECT_EQ(NULL, model.GetLabelFontAt(
[all...]
H A Drecent_tabs_sub_menu_model.h64 virtual const gfx::Font* GetLabelFontAt(int index) const OVERRIDE;
H A Drecent_tabs_sub_menu_model.cc316 const gfx::Font* RecentTabsSubMenuModel::GetLabelFontAt(int index) const { function in class:RecentTabsSubMenuModel
/external/chromium_org/ui/base/models/
H A Dmenu_model.cc43 const gfx::Font* MenuModel::GetLabelFontAt(int index) const { function in class:ui::MenuModel
H A Dmenu_model.h61 // is rendered beneath the label and using the font GetLabelFontAt().
65 // is rendered to the right of the label and using the font GetLabelFontAt().
76 virtual const gfx::Font* GetLabelFontAt(int index) const;
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.h75 virtual const gfx::Font* GetLabelFontAt(int index) const;
H A Dnetwork_menu.cc209 const gfx::Font* NetworkMenuModel::GetLabelFontAt(int index) const { function in class:chromeos::NetworkMenuModel
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown.cc99 const gfx::Font* font = model->GetLabelFontAt(i);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_model_adapter_unittest.cc62 virtual const gfx::Font* GetLabelFontAt(int index) const OVERRIDE {
H A Dmenu_model_adapter.cc188 const gfx::Font* font = model->GetLabelFontAt(index);
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc127 virtual const gfx::Font* GetLabelFontAt(int index) const OVERRIDE;
247 const gfx::Font* NetworkMenuModel::GetLabelFontAt(int index) const { function in class:chromeos::NetworkMenuModel
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc852 const gfx::Font* GetLabelFontAt(int index) const { function in class:WrenchMenu::RecentTabsMenuModelDelegate
853 return model_->GetLabelFontAt(index);
860 if (GetLabelFontAt(index)) {
1005 return recent_tabs_menu_model_delegate_->GetLabelFontAt(

Completed in 343 milliseconds