Searched defs:expected_id (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods_unittest.cc118 AccountIdentifier expected_id; local
119 expected_id.set_email(kUserID);
125 GetKeyDataEx(EqualsProto(expected_id),
/external/libunwind/src/dwarf/
H A DGfde.c84 const uint32_t expected_id = (base) ? 0xffffffff : 0; local
90 if (cie_id != expected_id)
102 const uint64_t expected_id = (base) ? 0xffffffffffffffffull : 0; local
110 if (cie_id != expected_id)
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc275 const std::string& expected_id,
282 ASSERT_EQ(expected_id, action.extension_id());
274 CheckAction(const Action& action, const std::string& expected_id, const Action::ActionType& expected_type, const std::string& expected_api_name, const std::string& expected_args_str, const std::string& expected_page_url, const std::string& expected_page_title, const std::string& expected_arg_url) argument
H A Dcounting_policy_unittest.cc388 const std::string& expected_id,
396 ASSERT_EQ(expected_id, action.extension_id());
387 CheckAction(const Action& action, const std::string& expected_id, const Action::ActionType& expected_type, const std::string& expected_api_name, const std::string& expected_args_str, const std::string& expected_page_url, const std::string& expected_page_title, const std::string& expected_arg_url, int expected_count) argument
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
H A Dwebrtc_audio_private_browsertest.cc193 std::string expected_id; local
196 expected_id = media::AudioManagerBase::kDefaultDeviceId;
201 &expected_id); local
204 EXPECT_EQ(expected_id, sink_id);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.cc387 const std::string& expected_id = crx_file::id_util::GenerateId(name); local
388 if (extension->id() != expected_id) {
389 EXPECT_EQ(expected_id, extension->id());
393 << name << ", id = " << expected_id; local
395 id_to_name_[expected_id] = name;
396 id_to_type_[expected_id] = type;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_client_impl.cc266 int expected_id,
282 if (expected_id != -1 && response_info_map_[expected_id]->state != kWaiting)
312 if (!parser_func_.Run(message, expected_id, &type, &event, &response)) {
450 int expected_id,
265 ProcessNextMessage( int expected_id, const base::TimeDelta& timeout) argument
448 ParseInspectorMessage( const std::string& message, int expected_id, InspectorMessageType* type, InspectorEvent* event, InspectorCommandResponse* command_response) argument
H A Ddevtools_client_impl_unittest.cc303 int expected_id,
308 command_response->id = expected_id;
315 int expected_id,
320 command_response->id = expected_id;
327 int expected_id,
332 command_response->id = expected_id + 100;
339 int expected_id,
344 command_response->id = expected_id;
376 int expected_id,
387 command_response->id = expected_id;
301 ReturnCommand( const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
313 ReturnBadResponse( const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
325 ReturnCommandBadId( const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
337 ReturnCommandError( const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
373 ReturnEventThenResponse( bool* first, const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
396 ReturnEvent( const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
409 ReturnOutOfOrderResponses( int* recurse_count, DevToolsClient* client, const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
443 ReturnError( const std::string& message, int expected_id, internal::InspectorMessageType* type, internal::InspectorEvent* event, internal::InspectorCommandResponse* command_response) argument
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dcommands_unittest.cc95 const std::string& expected_id,
101 EXPECT_EQ(expected_id, session->id);
94 ExecuteSimpleCommand( const std::string& expected_id, base::DictionaryValue* expected_params, base::Value* value, Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* return_value) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc509 int expected_id[] = {3, 5, 7}; local
511 CHECK_EQ(expected_id[i], profile->sample(i)->id());
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.h126 const std::string& expected_id() const { return expected_id_; } function in class:extensions::CrxInstaller
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc726 const URLID expected_id = 3; local
727 EXPECT_EQ(expected_id, matches[0].url_info.id());
749 EXPECT_EQ(expected_id, matches[0].url_info.id());
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc48 const std::string& expected_id,
54 EXPECT_EQ(expected_id, service_path);
58 const std::string& expected_id,
47 DictionaryValueCallback( const std::string& expected_id, const std::string& expected_json, const std::string& service_path, const base::DictionaryValue& dictionary) argument
57 ErrorCallback(bool error_expected, const std::string& expected_id, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc716 const base::FilePath& path, const std::string& expected_id) {
745 std::string truncated_id = expected_id.substr(0, crx_file::id_util::kIdSize);
747 DLOG(ERROR) << "Wrong id: " << theme_id << " vs " << expected_id; local
715 BuildFromDataPack( const base::FilePath& path, const std::string& expected_id) argument

Completed in 4555 milliseconds