/external/chromium_org/content/browser/loader/ |
buffered_resource_handler.cc | 305 ResourceRequestInfoImpl* info = GetRequestInfo(); local 315 if (!info->allow_download()) 345 info->set_is_download(true); 442 ResourceRequestInfoImpl* info = GetRequestInfo(); local 447 info->GetChildID(), info->GetRenderFrameID(), info->GetContext(),
|
resource_loader.cc | 120 ResourceRequestInfoImpl* info = GetRequestInfo(); local 121 info->set_was_ignored_by_handler(true); 130 ResourceRequestInfoImpl* info = GetRequestInfo(); local 156 info->GetRequestID(), progress.position(), progress.size()); 205 ResourceRequestInfoImpl* info = GetRequestInfo(); local 207 if (info->process_type() != PROCESS_TYPE_PLUGIN && 209 CanRequestURL(info->GetChildID(), new_url)) { 230 info->GetRequestID(), new_url, response.get(), defer)) { 283 ResourceRequestInfoImpl* info = GetRequestInfo(); local 287 if (!info->GetAssociatedRenderView(&render_process_id, &render_view_id) 309 ResourceRequestInfoImpl* info = GetRequestInfo(); local 436 ResourceRequestInfoImpl* info = GetRequestInfo(); local 493 ResourceRequestInfoImpl* info = GetRequestInfo(); local 571 ResourceRequestInfoImpl* info = GetRequestInfo(); local 597 ResourceRequestInfoImpl* info = GetRequestInfo(); local 610 ResourceRequestInfoImpl* info = GetRequestInfo(); local 645 ResourceRequestInfoImpl* info = GetRequestInfo(); local [all...] |
resource_scheduler_unittest.cc | 144 ResourceRequestInfoImpl* info = new ResourceRequestInfoImpl( local 166 info->AssociateWithRequest(url_request.get()); 195 const ResourceRequestInfoImpl* info = ResourceRequestInfoImpl::ForRequest( local 197 const GlobalRequestID& id = info->GetGlobalRequestID();
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 340 base::PlatformFileInfo info; local 341 ASSERT_TRUE(base::GetFileInfo(path, &info)); 342 int64 base_size = info.size; 356 ASSERT_TRUE(base::GetFileInfo(path, &info)); 357 ASSERT_GT(info.size, base_size);
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_renderer_host.cc | 234 const StreamDeviceInfo* info = media_stream_manager_-> local 236 if (!info) { 243 device_id = info->device.id;
|
audio_renderer_host.cc | 331 const StreamDeviceInfo* info = media_stream_manager_-> local 333 if (info) 334 output_device_id = info->device.matched_output_device_id; 337 if (!info) { 344 input_device_id = info->device.id;
|
/external/chromium_org/content/browser/worker_host/ |
worker_service_impl.cc | 153 WorkerDocumentSet::DocumentInfoSet::const_iterator info = local 156 for (; info != first_instance->worker_document_set()->documents().end(); 157 ++info) { 159 info->render_process_id(), info->render_view_id()); 431 // instance but it does not contain our filter info), then it means the 578 WorkerDocumentSet::DocumentInfoSet::const_iterator info = 580 *render_process_id = info->render_process_id(); 581 *render_view_id = info->render_view_id(); 616 WorkerService::WorkerInfo info; local [all...] |
/external/chromium_org/content/common/android/linker/ |
linker_jni.cc | 267 crazy_library_info_t info; local 268 if (!crazy_library_get_info(library.Get(), context, &info)) { 280 env, lib_info_obj, info.load_address, info.load_size);
|
/external/chromium_org/content/common/gpu/client/ |
gpu_channel_host.cc | 342 GpuListenerInfo info; local 343 info.listener = listener; 344 info.loop = loop; 345 listeners_[route_id] = info; 366 const GpuListenerInfo& info = it->second; local 367 info.loop->PostTask( 371 info.listener, 392 const GpuListenerInfo& info = it->second; local 393 info.loop->PostTask( 395 base::Bind(&IPC::Listener::OnChannelError, info.listener)) [all...] |
/external/chromium_org/content/common/gpu/media/ |
android_video_encode_accelerator.cc | 95 const MediaCodecBridge::CodecsInfo& info = codecs_info[i]; local 96 if (info.direction != media::MEDIA_CODEC_ENCODER || info.codecs != "vp8" ||
|
gpu_video_decode_accelerator.cc | 357 gpu::gles2::Texture* info = texture_ref->texture(); local 358 if (info->target() != texture_target_) { 381 info->GetLevelSize(texture_target_, 0, &width, &height);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
DownloadInfoTest.java | 143 AccessorSignature info = getGetterInfo(m); local 144 if (info != null) { 145 downloadInfoGetters.put(info, m); 151 AccessorSignature info = getSetterInfo(m); local 152 if (info != null) { 153 builderSetters.put(info, m);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
AdapterInputConnectionTest.java | 37 EditorInfo info = new EditorInfo(); local 39 getActivity().getActiveContentView(), imeAdapter, info);
|
/external/chromium_org/content/renderer/media/android/ |
audio_decoder_android.cc | 254 // The fmt chunk has basic info about the format of the audio 534 struct media::WebAudioMediaCodecInfo info; local 536 DVLOG(1) << "Reading audio file info from fd " << input_fd; 537 ssize_t nread = HANDLE_EINTR(read(input_fd, &info, sizeof(info))); 539 << " 0: number of channels = " << info.channel_count << "\n" 540 << " 1: sample rate = " << info.sample_rate << "\n" 541 << " 2: number of frames = " << info.number_of_frames << "\n"; 543 if (nread != sizeof(info)) 546 unsigned number_of_channels = info.channel_count [all...] |
/external/chromium_org/content/renderer/media/ |
peer_connection_tracker.cc | 256 PeerConnectionInfo info; local 258 info.lid = GetNextLocalID(); 259 info.servers = SerializeServers(servers); 260 info.constraints = SerializeMediaConstraints(constraints); 261 info.url = frame->document().url().spec(); 263 new PeerConnectionTrackerHost_AddPeerConnection(info)); 267 peer_connection_id_map_[pc_handler] = info.lid;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_video_capture_host.cc | 179 PP_VideoCaptureDeviceInfo_Dev info = { local 187 media::VideoFrame::I420, gfx::Size(info.width, info.height)); 263 info, buffer_host_resources, size)));
|
/external/chromium_org/gpu/command_buffer/client/ |
program_info_manager.cc | 197 // Updates the program info after a successful link. 210 // Uniform info by index. 247 const VertexAttrib& info = attrib_infos_[ii]; local 248 if (info.name == name) { 249 return info.location; 265 const UniformInfo& info = uniform_infos_[ii]; local 266 if (info.name == name || 267 (info.is_array && 268 info.name.compare(0, info.name.size() - 3, name) == 0)) 390 Program* info = &it->second; local 411 Program* info = GetProgramInfo(gl, program); local 421 Program* info = GetProgramInfo(gl, program); local 431 Program* info = GetProgramInfo(gl, program); local 443 Program* info = GetProgramInfo(gl, program); local 478 Program* info = GetProgramInfo(gl, program); local [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
common_decoder.cc | 114 // A struct to hold info about each command. 142 const CommandInfo& info = g_command_info[command]; local 143 unsigned int info_arg_count = static_cast<unsigned int>(info.arg_count); 144 if ((info.arg_flags == cmd::kFixed && arg_count == info_arg_count) || 145 (info.arg_flags == cmd::kAtLeastN && arg_count >= info_arg_count)) {
|
feature_info.cc | 193 const FormatInfo& info = kFormatTypes[ii]; local 194 ValueValidator<GLenum>& validator = texture_format_validators_[info.format]; 195 for (size_t jj = 0; jj < info.count; ++jj) { 196 validator.AddValue(info.types[jj]);
|
gles2_cmd_copy_texture_chromium.cc | 256 const ShaderInfo& info = shader_infos[shader]; local 257 if (info.needs_egl_image_external && !have_egl_image_external) { 273 const ShaderInfo& info = shader_infos[program + 1]; local 274 if (info.needs_egl_image_external && !have_egl_image_external) {
|
memory_program_cache.cc | 52 ShaderInfoProto* info = NULL; local 55 info = proto->add_uniforms(); 58 info = proto->add_attribs(); 61 info = proto->add_varyings(); 66 info->set_key(iter->first); 67 info->set_type(iter->second.type); 68 info->set_size(iter->second.size); 69 info->set_precision(iter->second.precision); 70 info->set_static_use(iter->second.static_use); 71 info->set_name(iter->second.name) [all...] |
test_helper.cc | 305 const UniformInfo& info = uniforms[ii]; local 306 switch (info.type) { 308 EXPECT_CALL(*gl, Uniform1fv(info.real_location, info.size, _)) 313 EXPECT_CALL(*gl, Uniform2fv(info.real_location, info.size, _)) 318 EXPECT_CALL(*gl, Uniform3fv(info.real_location, info.size, _)) 323 EXPECT_CALL(*gl, Uniform4fv(info.real_location, info.size, _) 409 const AttribInfo& info = attribs[ii]; local 441 const UniformInfo& info = uniforms[ii]; local 456 const UniformInfo& info = uniforms[ii]; local [all...] |
texture_definition.cc | 346 LevelInfo info(level.target, 356 infos.push_back(info); 401 const LevelInfo& info = level_infos_[i][n]; local 403 info.target, 405 info.internal_format, 406 info.width, 407 info.height, 408 info.depth, 409 info.border, 410 info.format [all...] |
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
WebAudioMediaCodecBridge.java | 139 MediaCodec.BufferInfo info = new BufferInfo(); local 140 final int outputBufIndex = codec.dequeueOutputBuffer(info, TIMEOUT_MICROSECONDS); 162 if (destinationInitialized && info.size > 0) { 163 nativeOnChunkDecoded(nativeMediaCodecBridge, buf, info.size, 170 if ((info.flags & MediaCodec.BUFFER_FLAG_END_OF_STREAM) != 0) {
|
/external/chromium_org/media/video/capture/linux/ |
video_capture_device_linux.cc | 52 // USB device info directory. 123 base::FileEnumerator::FileInfo info = enumerator.GetInfo(); local 125 std::string unique_id = path.value() + info.GetName().value(); 140 DVLOG(1) << "No usable formats reported by " << info.GetName().value();
|