HomeSort by relevance Sort by last modified time
    Searched defs:CreateResponse (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/media/blink/
cache_util_unittest.cc 31 static WebURLResponse CreateResponse(const GRFUTestCase& test) {
92 EXPECT_EQ(GetReasonsForUncacheability(CreateResponse(tests[i])),
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store_unittest.cc 105 scoped_ptr<em::PolicyFetchResponse> CreateResponse() {
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(), &ns, &payload))
    [all...]
component_cloud_policy_updater_unittest.cc 72 scoped_ptr<em::PolicyFetchResponse> CreateResponse();
129 ComponentCloudPolicyUpdaterTest::CreateResponse() {
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...]
component_cloud_policy_service_unittest.cc 215 scoped_ptr<em::PolicyFetchResponse> CreateResponse() {
374 *CreateResponse());
467 *CreateResponse());
  /external/chromium_org/ipc/mojo/
ipc_channel_mojo_readers.cc 53 static Pickle CreateResponse(int32 pid) {
285 Pickle response = HelloMessage::CreateResponse(owner_->GetSelfPID());
  /external/chromium_org/remoting/host/
token_validator_factory_impl_unittest.cc 105 static std::string CreateResponse(const std::string& scope) {
143 CreateResponse(token_validator_->token_scope()));
168 CreateResponse(kBadScope));
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 246 CreateResponse();
254 void FileSystemEntryFunction::CreateResponse() {
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
handlers.c 282 static void CreateResponse(struct PP_Var* response_var,
401 #define CREATE_RESPONSE(name) CreateResponse(output, #name, out_error)

Completed in 151 milliseconds