Home
last modified time | relevance | path

Searched refs:UserRole (Results 1 – 13 of 13) sorted by relevance

/external/skia/debugger/QT/
DSkListWidget.cpp59 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()
DSkDebuggerGUI.cpp138 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/
Dcomponent_manager_unittest.cc425 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 …]
Dcomponent_manager.h22 enum class UserRole { enum
121 UserRole role,
158 UserRole* minimal_role,
Dmock_component_manager.h46 UserRole role,
68 UserRole* minimal_role,
113 UserRole role, in ParseCommandInstance()
Dcomponent_manager_impl.cc22 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()
Dcomponent_manager_impl.h83 UserRole role,
120 UserRole* minimal_role,
Dbase_api_handler_unittest.cc72 UserRole::kOwner, &id, nullptr); in AddCommand()
Daccess_api_handler_unittest.cc83 UserRole::kOwner, &id, nullptr); in AddCommand()
Ddevice_manager.cc173 command, Command::Origin::kLocal, UserRole::kOwner, id, error); in AddCommand()
Ddevice_registration_info.cc1137 command, Command::Origin::kCloud, UserRole::kOwner, &command_id, &error); in PublishCommand()
/external/libweave/src/privet/
Dcloud_delegate.cc171 UserRole role; in AddCommand()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp20 peer_role_address = Qt::UserRole + 1,