/external/chromium_org/chrome/test/chromedriver/ |
commands.cc | 51 base::DictionaryValue info; local 52 info.Set("build", build.DeepCopy()); 53 info.Set("os", os.DeepCopy()); 55 Status(kOk), scoped_ptr<base::Value>(info.DeepCopy()), std::string()); 254 status.AddDetails("Session info: chrome=" + session->chrome->GetVersion());
|
/external/chromium_org/chrome/test/mini_installer_test/ |
installer_path_provider.cc | 22 base::FileEnumerator::FileInfo info; member in struct:__anon9473::FilePathInfo 27 return a.info.GetLastModifiedTime() > b.info.GetLastModifiedTime(); 43 entry.info = files.GetInfo();
|
/external/chromium_org/chrome_frame/ |
function_stub_unittest.cc | 123 MEMORY_BASIC_INFORMATION info = {}; local 124 EXPECT_NE(0u, ::VirtualQuery(stub_->code(), &info, sizeof(info))); 127 EXPECT_NE(0u, info.Protect & kExecutableMask);
|
urlmon_bind_status_callback.cc | 372 base::win::ScopedComPtr<BindContextInfo> info; local 373 BindContextInfo::FromBindContext(bind_ctx_, info.Receive()); 374 DCHECK(info); 375 if (info) { 376 info->SetToSwitch(data_sniffer_.cache_);
|
urlmon_moniker.cc | 140 base::win::ScopedComPtr<BindContextInfo> info; local 141 BindContextInfo::FromBindContext(bind_context, info.Receive()); 142 DCHECK(info); 143 if (info && info->chrome_request()) { 208 base::win::ScopedComPtr<BindContextInfo> info; local 209 BindContextInfo::FromBindContext(bind_ctx, info.Receive()); 210 DCHECK(info); 211 if (info) { 212 if (info->is_switching()) [all...] |
/external/chromium_org/chrome_frame/test/ |
exception_barrier_unittest.cc | 29 MEMORY_BASIC_INFORMATION info = { 0 }; local 30 // Note that we pass the address of the info struct just as a handy 32 ASSERT_NE(0u, ::VirtualQuery(&info, &info, sizeof(info))); 35 // We use the address of info as a lower bound, this assumes that if this 39 reinterpret_cast<EXCEPTION_REGISTRATION*>(&info); 43 reinterpret_cast<char*>(info.BaseAddress) + info.RegionSize); 63 ASSERT_NE(0u, ::VirtualQuery(curr->handler, &info, sizeof(info))) [all...] |
/external/chromium_org/content/browser/devtools/ |
devtools_netlog_observer.cc | 96 ResourceInfo* info = GetResourceInfo(entry.source().id); local 97 if (!info) 114 info->request_headers.clear(); 118 info->request_headers.push_back(std::make_pair(it.name(), it.value())); 120 info->request_headers_text = request_line + request_headers.ToString(); 134 info->request_headers.clear(); 138 info->request_headers.push_back(std::make_pair(it->first, it->second)); 140 info->request_headers_text = ""; 153 info->http_status_code = response_headers->response_code(); 154 info->http_status_text = response_headers->GetStatusText() [all...] |
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_context_impl_unittest.cc | 236 SessionStorageUsageInfo info; local 237 info.origin = kOrigin; 238 info.persistent_namespace_id = kPersistentId; 239 context_->DeleteSessionStorage(info);
|
/external/chromium_org/content/browser/loader/ |
resource_request_info_impl.cc | 32 ResourceRequestInfoImpl* info = local 52 info->AssociateWithRequest(request);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_flash_file_message_filter.cc | 143 base::PlatformFileInfo info; local 144 if (!base::GetPlatformFileInfo(file_handle, &info) || info.is_directory) { 219 base::PlatformFileInfo info; local 220 bool result = file_util::GetFileInfo(full_path, &info); 221 context->reply_msg = PpapiPluginMsg_FlashFile_QueryFileReply(info); 243 base::FileEnumerator::FileInfo info = enumerator.GetInfo(); local 245 info.GetName(), 246 info.IsDirectory()
|
pepper_internal_file_ref_backend.cc | 238 ppapi::FileRef_CreateInfo info; local 239 info.file_system_type = fs_type_; 240 info.file_system_plugin_resource = fs_host_->pp_resource(); 243 info.internal_path = path; 244 info.display_name = ppapi::GetNameForInternalFilePath(path); 245 infos.push_back(info);
|
/external/chromium_org/content/common/gpu/media/ |
gpu_video_decode_accelerator.cc | 174 DLOG(INFO) << "Initializing DXVA HW decoder for windows."; 246 gpu::gles2::Texture* info = texture_ref->texture(); local 247 if (info->target() != texture_target_) { 257 info->GetLevelSize(texture_target_, 0, &width, &height);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
MediaResourceGetter.java | 73 NetworkInfo info = mConnectivityManager.getActiveNetworkInfo(); local 74 if (info == null) { 77 switch (info.getType()) {
|
/external/chromium_org/content/renderer/ |
skia_benchmarking_extension.cc | 79 " @returns [{ 'cmd': {String}, 'info': [String, ...] }, ...]" 224 SkTDArray<SkString*>* info = canvas.getCommandInfo(i); local 225 DCHECK(info); 227 v8::Local<v8::Array> v8_info = v8::Array::New(info->count()); 228 for (int j = 0; j < info->count(); ++j) { 229 const SkString* info_str = (*info)[j]; 234 cmd->Set(v8::String::New("info"), v8_info); 261 // Gather per-op timing info by drawing into a BenchmarkingCanvas.
|
/external/chromium_org/content/test/net/ |
url_request_mock_http_job.cc | 120 void URLRequestMockHTTPJob::GetResponseInfo(net::HttpResponseInfo* info) { 122 GetResponseInfoConst(info); 134 net::HttpResponseInfo* info) const { 147 info->headers = new net::HttpResponseHeaders(raw_headers); 151 net::HttpResponseInfo info; local 152 GetResponseInfoConst(&info); 153 return info.headers.get() && info.headers->GetMimeType(mime_type); 157 net::HttpResponseInfo info; local 158 GetResponseInfoConst(&info); 166 net::HttpResponseInfo info; local [all...] |
url_request_slow_download_job.cc | 228 void URLRequestSlowDownloadJob::GetResponseInfo(net::HttpResponseInfo* info) { 230 GetResponseInfoConst(info); 240 net::HttpResponseInfo* info) const { 265 info->headers = new net::HttpResponseHeaders(raw_headers); 269 net::HttpResponseInfo info; local 270 GetResponseInfoConst(&info); 271 return info.headers.get() && info.headers->GetMimeType(mime_type);
|
/external/chromium_org/gpu/command_buffer/client/ |
query_tracker.cc | 33 bool QuerySyncManager::Alloc(QuerySyncManager::QueryInfo* info) { 34 GPU_DCHECK(info); 52 *info = free_queries_.front(); 53 ++(info->bucket->used_query_count); 54 info->sync->Reset(); 59 void QuerySyncManager::Free(const QuerySyncManager::QueryInfo& info) { 60 DCHECK_GT(info.bucket->used_query_count, 0u); 61 --(info.bucket->used_query_count); 62 free_queries_.push_back(info); 89 const QuerySyncManager::QueryInfo& info) 212 QuerySyncManager::QueryInfo info; local [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
memory_program_cache.cc | 50 ShaderInfoProto* info; local 52 info = proto->add_uniforms(); 54 info = proto->add_attribs(); 57 info->set_key(iter->first); 58 info->set_type(iter->second.type); 59 info->set_size(iter->second.size); 60 info->set_name(iter->second.name); 66 ShaderTranslator::VariableInfo info(proto.type(), proto.size(), 68 (*map)[proto.key()] = info;
|
vertex_attrib_manager.cc | 146 VertexAttrib& info = vertex_attribs_[index]; local 147 if (info.enabled() != enable) { 148 info.set_enabled(enable); 149 info.SetList(enable ? &enabled_vertex_attribs_ : &disabled_vertex_attribs_);
|
/external/chromium_org/media/midi/ |
midi_manager_mac.cc | 80 MIDIPortInfo info = GetPortInfoFromEndpoint(destination); local 81 AddOutputPort(info); 95 MIDIPortInfo info = GetPortInfoFromEndpoint(src); local 96 AddInputPort(info);
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.c | 146 EHStackInfo* info = (EHStackInfo*) arg; local 148 if (info) { 149 munmap(info->stack, info->size); 151 free(info); 212 // Create a TLS key for storing per thread stack info
|
/external/chromium_org/net/base/ |
upload_file_element_reader.cc | 63 base::PlatformFileInfo info; local 64 if (file_util::GetFileInfo(path, &info) && 65 expected_modification_time.ToTimeT() != info.last_modified.ToTimeT()) {
|
/external/chromium_org/net/dns/ |
dns_config_service_win_unittest.cc | 86 const AdapterInfo& info = infos[i]; local 90 adapter->IfType = info.if_type; 91 adapter->OperStatus = info.oper_status; 92 adapter->DnsSuffix = const_cast<PWCHAR>(info.dns_suffix); 94 for (size_t j = 0; !info.dns_server_addresses[j].empty(); ++j) { 103 CHECK(ParseIPLiteralToNumber(info.dns_server_addresses[j], &ip)); 104 IPEndPoint ipe(ip, info.ports[j]);
|
/external/chromium_org/ppapi/examples/2d/ |
graphics_2d_example.c | 101 /** Returns the info for the given instance, or NULL if it's not found. */ 116 struct InstanceInfo* info = local 118 info->pp_instance = instance; 119 info->last_size.width = 0; 120 info->last_size.height = 0; 123 info->next = all_instances; 124 all_instances = info; 148 struct InstanceInfo* info = FindInstance(pp_instance); local 149 if (!info) 155 if (info->last_size.width != position.size.width | [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
file_downloader.cc | 30 struct NaClFileInfo info; local 31 memset(&info, 0, sizeof(info)); 32 info.desc = -1; 33 return info; 175 struct NaClFileInfo info = NoFileInfo(); local 184 info.file_token = file_token_; 208 info.desc = file_desc; 209 return info;
|