Searched refs:post_params (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_messages_browsertest.cc | 72 ExtensionHostMsg_PostMessage::Param post_params; in TEST_F() local 73 ExtensionHostMsg_PostMessage::Read(post_msg, &post_params); in TEST_F() 74 EXPECT_EQ("{\"message\":\"content ready\"}", post_params.b); in TEST_F() 123 ExtensionHostMsg_PostMessage::Param post_params; in TEST_F() local 124 ExtensionHostMsg_PostMessage::Read(post_msg, &post_params); in TEST_F() 127 EXPECT_EQ(expected_msg, post_params.b); in TEST_F()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura_unittest.cc | 812 GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params post_params; in TEST_F() local 813 post_params.surface_id = widget_host_->surface_id(); in TEST_F() 814 post_params.route_id = widget_host_->GetRoutingID(); in TEST_F() 815 post_params.mailbox_name = std::string(64, '1'); in TEST_F() 816 post_params.surface_size = gfx::Size(200, 200); in TEST_F() 817 post_params.surface_scale_factor = 2.f; in TEST_F() 818 post_params.x = 40; in TEST_F() 819 post_params.y = 40; in TEST_F() 820 post_params.width = 80; in TEST_F() 821 post_params.height = 80; in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/search_engines/ |
D | template_url.cc | 283 bool TemplateURLRef::EncodeFormData(const PostParams& post_params, in EncodeFormData() argument 285 if (post_params.empty()) in EncodeFormData() 303 for (PostParams::const_iterator param = post_params.begin(); in EncodeFormData() 304 param != post_params.end(); ++param) { in EncodeFormData() 644 PostParams* post_params, in ParseURL() argument 693 post_params->push_back(std::make_pair(parts[0], value)); in ParseURL() 700 r->index = post_params->size() - 1; in ParseURL() 703 DCHECK(!post_params->empty()); in ParseURL()
|
D | template_url.h | 325 PostParams* post_params, 344 bool EncodeFormData(const PostParams& post_params,
|
D | template_url_unittest.cc | 225 const TemplateURLRef::PostParams& post_params = in TEST_F() local 227 EXPECT_EQ(7U, post_params.size()); in TEST_F() 228 for (TemplateURLRef::PostParams::const_iterator i = post_params.begin(); in TEST_F() 229 i != post_params.end(); ++i) { in TEST_F() 233 static_cast<size_t>(i - post_params.begin())) { in TEST_F()
|
/external/chromium_org/sync/protocol/ |
D | search_engine_specifics.proto | 72 // The following post_params are comma-separated lists used to specify the
|