Home
last modified time | relevance | path

Searched refs:GetColorAt (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc349 EXPECT_TRUE(model->GetColorAt(0, color_type, color_out)); in OnMenuButtonPressed()
352 EXPECT_TRUE(model->GetColorAt(-1, color_type, color_out)); in OnMenuButtonPressed()
358 EXPECT_TRUE(model->GetColorAt(-1, color_type, color_out)); in OnMenuButtonPressed()
364 EXPECT_TRUE(model->GetColorAt(-1, color_type, color_out)); in OnMenuButtonPressed()
370 EXPECT_TRUE(model->GetColorAt(0, color_type, color_out)); in OnMenuButtonPressed()
376 EXPECT_TRUE(model->GetColorAt(0, color_type, color_out)); in OnMenuButtonPressed()
395 EXPECT_FALSE(model->GetColorAt(4, color_type, color_out)); in OnMenuButtonPressed()
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h122 bool GetColorAt(int index,
Dmenu_model_ctocpp.cc1055 bool CefMenuModelCToCpp::GetColorAt(int index, in GetColorAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h453 virtual bool GetColorAt(int index,
/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.h134 bool GetColorAt(int index,
Dmenu_model_impl.h153 bool GetColorAt(int index,
Dmenu_model_impl.cc714 return GetColorAt(GetIndexOf(command_id), color_type, color); in GetColor()
717 bool CefMenuModelImpl::GetColorAt(int index, in GetColorAt() function in CefMenuModelImpl
Dsimple_menu_model_impl.cc481 bool CefSimpleMenuModelImpl::GetColorAt(int index, in GetColorAt() function in CefSimpleMenuModelImpl
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc1171 CefMenuModelCppToC::Get(self)->GetColorAt(index, color_type, colorVal); in menu_model_get_color_at()