Home
last modified time | relevance | path

Searched refs:set_info (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/system_display/
Dsystem_display_apitest.cc216 scoped_ptr<base::DictionaryValue> set_info = provider_->GetSetInfoValue(); in IN_PROC_BROWSER_TEST_F() local
217 EXPECT_FALSE(set_info); in IN_PROC_BROWSER_TEST_F()
247 scoped_ptr<base::DictionaryValue> set_info = provider_->GetSetInfoValue(); in IN_PROC_BROWSER_TEST_F() local
248 EXPECT_FALSE(set_info); in IN_PROC_BROWSER_TEST_F()
285 scoped_ptr<base::DictionaryValue> set_info = provider_->GetSetInfoValue(); in IN_PROC_BROWSER_TEST_F() local
286 ASSERT_TRUE(set_info); in IN_PROC_BROWSER_TEST_F()
287 EXPECT_TRUE(utils::GetBoolean(set_info.get(), "isPrimary")); in IN_PROC_BROWSER_TEST_F()
289 utils::GetString(set_info.get(), "mirroringSourceId")); in IN_PROC_BROWSER_TEST_F()
290 EXPECT_EQ(100, utils::GetInteger(set_info.get(), "boundsOriginX")); in IN_PROC_BROWSER_TEST_F()
291 EXPECT_EQ(200, utils::GetInteger(set_info.get(), "boundsOriginY")); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/lldb/tools/debugserver/source/
DDNB.cpp1777 const struct DNBRegisterSetInfo *set_info; in DNBThreadGetRegisterValueByName() local
1779 set_info = DNBGetRegisterSetInfo (&num_reg_sets); in DNBThreadGetRegisterValueByName()
1780 if (set_info) in DNBThreadGetRegisterValueByName()
1788 for (reg = 0; reg < set_info[set].num_registers; ++reg) in DNBThreadGetRegisterValueByName()
1790 if (strcasecmp(reg_name, set_info[set].registers[reg].name) == 0) in DNBThreadGetRegisterValueByName()
1797 for (reg = 0; reg < set_info[set].num_registers; ++reg) in DNBThreadGetRegisterValueByName()
1799 if (strcasecmp(reg_name, set_info[set].registers[reg].name) == 0) in DNBThreadGetRegisterValueByName()
1815 const struct DNBRegisterSetInfo *set_info; in DNBGetRegisterInfoByName() local
1817 set_info = DNBGetRegisterSetInfo (&num_reg_sets); in DNBGetRegisterInfoByName()
1818 if (set_info) in DNBGetRegisterInfoByName()
[all …]
/external/chromium_org/chrome/browser/download/
Ddownload_history.cc94 void set_info(const history::DownloadRow& i) { in set_info() function in __anone76f4d730111::DownloadHistoryData
313 data->set_info(GetDownloadRow(item)); in MaybeAddToHistory()
384 data->set_info(GetDownloadRow(item)); in OnDownloadCreated()
413 data->set_info(current_info); in OnDownloadUpdated()
/external/chromium_org/sandbox/win/src/
Dfilesystem_dispatcher.cc46 static const IPCCall set_info = { in FilesystemDispatcher() local
57 ipc_calls_.push_back(set_info); in FilesystemDispatcher()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c1336 static bt_status_t set_info (bt_bdaddr_t *bd_addr, bthh_hid_info_t hid_info ) in set_info() function
1689 set_info,