Searched refs:UserRole (Results 1 – 13 of 13) sorted by relevance
/external/skia/debugger/QT/ |
D | SkListWidget.cpp | 59 QIcon(qvariant_cast<QPixmap>(index.data(Qt::UserRole + 2))); in paint() 60 int indent = index.data(Qt::UserRole + 3).toInt(); in paint() 64 drawCommandNumber = index.data(Qt::UserRole + 1).toString(); in paint() 65 float time = index.data(Qt::UserRole + 4).toFloat(); in paint()
|
D | SkDebuggerGUI.cpp | 138 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png")); in actionClearDeletes() 159 item->setData(Qt::UserRole + 2, QPixmap(":/delete.png")); in actionDelete() 163 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png")); in actionDelete() 740 item->setData(Qt::UserRole + 1, counter++); in setupListWidget() 747 item->setData(Qt::UserRole + 3, indent); in setupListWidget() 755 item->setData(Qt::UserRole + 4, -1); in setupListWidget()
|
/external/libweave/src/ |
D | component_manager_unittest.cc | 425 UserRole role; in TEST_F() 427 EXPECT_EQ(UserRole::kUser, role); in TEST_F() 430 EXPECT_EQ(UserRole::kViewer, role); in TEST_F() 433 EXPECT_EQ(UserRole::kManager, role); in TEST_F() 436 EXPECT_EQ(UserRole::kOwner, role); in TEST_F() 692 UserRole::kUser, &id, nullptr) in TEST_F() 698 UserRole::kViewer, &id, nullptr) in TEST_F() 710 UserRole::kOwner, &id, nullptr) in TEST_F() 723 UserRole::kOwner, &id, nullptr) in TEST_F() 733 *command4, Command::Origin::kLocal, UserRole::kOwner, &id, nullptr); in TEST_F() [all …]
|
D | component_manager.h | 22 enum class UserRole { enum 121 UserRole role, 158 UserRole* minimal_role,
|
D | mock_component_manager.h | 46 UserRole role, 68 UserRole* minimal_role, 113 UserRole role, in ParseCommandInstance()
|
D | component_manager_impl.cc | 22 const EnumToStringMap<UserRole>::Map kMap[] = { 23 {UserRole::kViewer, commands::attributes::kCommand_Role_Viewer}, 24 {UserRole::kUser, commands::attributes::kCommand_Role_User}, 25 {UserRole::kOwner, commands::attributes::kCommand_Role_Owner}, 26 {UserRole::kManager, commands::attributes::kCommand_Role_Manager}, 31 LIBWEAVE_EXPORT EnumToStringMap<UserRole>::EnumToStringMap() in EnumToStringMap() 215 UserRole role, in ParseCommandInstance() 230 UserRole minimal_role; in ParseCommandInstance() 348 UserRole* minimal_role, in GetMinimalRole()
|
D | component_manager_impl.h | 83 UserRole role, 120 UserRole* minimal_role,
|
D | base_api_handler_unittest.cc | 72 UserRole::kOwner, &id, nullptr); in AddCommand()
|
D | access_api_handler_unittest.cc | 83 UserRole::kOwner, &id, nullptr); in AddCommand()
|
D | device_manager.cc | 173 command, Command::Origin::kLocal, UserRole::kOwner, id, error); in AddCommand()
|
D | device_registration_info.cc | 1137 command, Command::Origin::kCloud, UserRole::kOwner, &command_id, &error); in PublishCommand()
|
/external/libweave/src/privet/ |
D | cloud_delegate.cc | 171 UserRole role; in AddCommand()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 20 peer_role_address = Qt::UserRole + 1,
|