Searched refs:CreateResponse (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_updater_unittest.cc72 scoped_ptr<em::PolicyFetchResponse> CreateResponse();
129 ComponentCloudPolicyUpdaterTest::CreateResponse() { function in class:policy::ComponentCloudPolicyUpdaterTest
136 updater_->UpdateExternalPolicy(CreateResponse());
161 updater_->UpdateExternalPolicy(CreateResponse());
166 updater_->UpdateExternalPolicy(CreateResponse());
169 updater_->UpdateExternalPolicy(CreateResponse());
185 updater_->UpdateExternalPolicy(CreateResponse());
191 updater_->UpdateExternalPolicy(CreateResponse());
194 updater_->UpdateExternalPolicy(CreateResponse());
220 updater_->UpdateExternalPolicy(CreateResponse());
[all...]
H A Dcomponent_cloud_policy_store_unittest.cc105 scoped_ptr<em::PolicyFetchResponse> CreateResponse() { function in class:policy::ComponentCloudPolicyStoreTest
126 EXPECT_TRUE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
137 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
144 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
151 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
158 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
167 EXPECT_TRUE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
175 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
182 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
189 EXPECT_TRUE(store_->ValidatePolicy(CreateResponse(),
[all...]
H A Dcomponent_cloud_policy_service_unittest.cc215 scoped_ptr<em::PolicyFetchResponse> CreateResponse() { function in class:policy::ComponentCloudPolicyServiceTest
374 *CreateResponse());
467 *CreateResponse());
/external/chromium_org/media/blink/
H A Dcache_util_unittest.cc31 static WebURLResponse CreateResponse(const GRFUTestCase& test) { function in namespace:media
92 EXPECT_EQ(GetReasonsForUncacheability(CreateResponse(tests[i])),
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl_unittest.cc105 static std::string CreateResponse(const std::string& scope) { function in class:remoting::TokenValidatorFactoryImplTest
143 CreateResponse(token_validator_->token_scope()));
168 CreateResponse(kBadScope));
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_readers.cc53 static Pickle CreateResponse(int32 pid) { function in class:IPC::internal::__anon8493::HelloMessage
285 Pickle response = HelloMessage::CreateResponse(owner_->GetSelfPID());
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.h66 void CreateResponse();
H A Dfile_system_api.cc246 CreateResponse();
254 void FileSystemEntryFunction::CreateResponse() { function in class:extensions::FileSystemEntryFunction
928 CreateResponse();
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.c282 static void CreateResponse(struct PP_Var* response_var, function
401 #define CREATE_RESPONSE(name) CreateResponse(output, #name, out_error)

Completed in 734 milliseconds