/external/chromium_org/chrome/browser/extensions/ |
plugin_manager.cc | 127 void PluginManager::RegisterNaClModule(const NaClModuleInfo& info) { 128 DCHECK(FindNaClModule(info.url) == nacl_module_list_.end()); 129 nacl_module_list_.push_front(info); 132 void PluginManager::UnregisterNaClModule(const NaClModuleInfo& info) { 133 NaClModuleInfo::List::iterator iter = FindNaClModule(info.url); 160 content::WebPluginInfo info = pepper_info->ToWebPluginInfo(); local 173 info.mime_types.push_back(mime_type_info); 177 PluginService::GetInstance()->RegisterInternalPlugin(info, true);
|
/external/chromium_org/chrome/browser/guestview/ |
guestview.cc | 125 extensions::EventFilteringInfo info; local 126 info.SetURL(GURL()); 127 info.SetInstanceID(guest_instance_id_); 134 extensions::EventRouter::USER_GESTURE_UNKNOWN, info);
|
/external/chromium_org/chrome/browser/media/ |
webrtc_logging_handler_host.cc | 190 std::string info = "App session ID: " + app_session_id_ + '\n'; local 191 pcb.Write(info.c_str(), info.length()); 194 info = base::SysInfo::OperatingSystemName() + " " + 197 pcb.Write(info.c_str(), info.length()); 199 info = "Linux distribution: " + base::GetLinuxDistro() + '\n'; 200 pcb.Write(info.c_str(), info.length()); 205 info = "Cpu: " + IntToString(cpu.family()) + "." + IntToString(cpu.model()) [all...] |
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_delegate_impl_win_unittest.cc | 59 void CheckGalleryInfo(const MediaFileSystemInfo& info, 117 StorageInfo info(id, string16(), location, label, string16(), string16(), 0); 118 monitor_->receiver()->ProcessAttach(info); 134 const MediaFileSystemInfo& info, 139 EXPECT_EQ(name, info.name); 140 EXPECT_EQ(path, info.path); 141 EXPECT_EQ(removable, info.removable); 142 EXPECT_EQ(media_device, info.media_device); 143 EXPECT_NE(0UL, info.pref_id); 146 EXPECT_NE(0UL, info.transient_device_id.size()) 169 MediaFileSystemInfo info = i->second; local [all...] |
/external/chromium_org/chrome/browser/ |
memory_details_win.cc | 109 ProcessMemoryInformation info; local 110 info.pid = pid; 111 if (info.pid == GetCurrentProcessId()) 112 info.process_type = content::PROCESS_TYPE_BROWSER; 114 info.process_type = content::PROCESS_TYPE_UNKNOWN; 118 metrics->GetCommittedKBytes(&info.committed); 119 metrics->GetWorkingSetKBytes(&info.working_set); 126 info.version = ASCIIToWide(version_info.Version()); 130 if (child_info[child].pid != info.pid) 132 info.titles = child_info[child].titles [all...] |
/external/chromium_org/chrome/browser/nacl_host/ |
pnacl_host_unittest.cc | 62 base::PlatformFileInfo info; local 63 EXPECT_TRUE(base::GetPlatformFileInfo(fd, &info)); 64 EXPECT_FALSE(info.is_directory); 65 EXPECT_EQ(0LL, info.size); 75 base::PlatformFileInfo info; local 76 EXPECT_TRUE(base::GetPlatformFileInfo(fd, &info)); 77 EXPECT_FALSE(info.is_directory); 78 EXPECT_EQ(16LL, info.size); 98 nacl::PnaclCacheInfo info; local 99 info.pexe_url = GURL("http://www.google.com") 120 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 140 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 153 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 166 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 199 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 219 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 236 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 253 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 270 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 289 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 308 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 334 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local 351 nacl::PnaclCacheInfo info = GetTestCacheInfo(); local [all...] |
/external/chromium_org/chrome/browser/net/ |
resource_prefetch_predictor_observer.cc | 55 const content::ResourceRequestInfo* info = local 57 if (!info) { 63 if (!info->GetAssociatedRenderView(&render_process_id, &render_view_id)) { 73 summary->resource_type = info->GetResourceType();
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_util.cc | 99 const content::ResourceRequestInfo* info = local 102 if (info->GetResourceType() == ResourceType::MAIN_FRAME &&
|
/external/chromium_org/chrome/browser/printing/ |
print_system_task_proxy.cc | 128 printing::PrinterSemanticCapsAndDefaults info; local 129 if (!print_backend_->GetPrinterSemanticCapsAndDefaults(printer_name, &info)) { 140 settings_info.SetBoolean(kDisableColorOption, !info.color_changeable); 142 info.color_default); 146 if (info.duplex_capable) { 148 info.duplex_default != printing::SIMPLEX);
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor.cc | 25 virtual void ProcessAttach(const StorageInfo& info) OVERRIDE; 35 void StorageMonitor::ReceiverImpl::ProcessAttach(const StorageInfo& info) { 36 notifications_->ProcessAttach(info); 141 void StorageMonitor::ProcessAttach(const StorageInfo& info) { 144 if (ContainsKey(storage_map_, info.device_id())) { 149 storage_map_.insert(std::make_pair(info.device_id(), info)); 152 DVLOG(1) << "StorageAttached with name " << UTF16ToUTF8(info.name()) 153 << " and id " << info.device_id(); 154 if (StorageInfo::IsRemovableDevice(info.device_id())) 161 StorageInfo info; local [all...] |
test_volume_mount_watcher_win.cc | 59 StorageInfo* info) { 60 DCHECK(info); 80 *info = StorageInfo(device_id, base::string16(), path.value(), storage_label, 101 StorageInfo info(device_id, device_name, device_path.value(), 104 HandleDeviceAttachEventOnUIThread(device_path, info); 136 StorageInfo info; local 137 bool success = GetMassStorageDeviceDetails(device_path, &info); 138 *removable = StorageInfo::IsRemovableDevice(info.device_id());
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension_unittest.cc | 94 ui::SelectedFileInfo info; local 95 SelectFileDialogExtension::OnFileSelected(kDefaultTabId, info, kFileIndex);
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
pack_extension_handler.cc | 164 ui::SelectFileDialog::FileTypeInfo info; local 178 info.extensions.push_back(std::vector<base::FilePath::StringType>()); 179 info.extensions.front().push_back(FILE_PATH_LITERAL("pem")); 180 info.extension_description_overrides.push_back( 183 info.include_all_files = true; 195 &info,
|
/external/chromium_org/chrome/common/extensions/api/commands/ |
commands_handler.cc | 32 CommandsInfo* info = static_cast<CommandsInfo*>( local 34 return info ? info->browser_action_command.get() : NULL; 39 CommandsInfo* info = static_cast<CommandsInfo*>( local 41 return info ? info->page_action_command.get() : NULL; 46 CommandsInfo* info = static_cast<CommandsInfo*>( local 48 return info ? info->script_badge_command.get() : NULL; 53 CommandsInfo* info = static_cast<CommandsInfo*> local [all...] |
/external/chromium_org/chrome/common/extensions/api/file_handlers/ |
file_handlers_parser.cc | 28 FileHandlers* info = static_cast<FileHandlers*>( local 30 return info ? &info->file_handlers : NULL; 111 scoped_ptr<FileHandlers> info(new FileHandlers); 126 if (!LoadFileHandler(iter.key(), *handler, &info->file_handlers, error)) 134 extension->SetManifestData(keys::kFileHandlers, info.release());
|
/external/chromium_org/chrome/common/extensions/api/speech/ |
tts_engine_manifest_handler.cc | 38 TtsVoices* info = static_cast<TtsVoices*>( local 40 return info ? &info->voices : NULL; 50 scoped_ptr<TtsVoices> info(new TtsVoices); 131 info->voices.push_back(voice_data); 134 extension->SetManifestData(keys::kTtsVoices, info.release());
|
/external/chromium_org/chrome/common/extensions/ |
mime_types_handler.cc | 74 MimeTypesHandlerInfo* info = static_cast<MimeTypesHandlerInfo*>( local 76 if (info) 77 return &info->handler_; 96 scoped_ptr<MimeTypesHandlerInfo> info(new MimeTypesHandlerInfo); 97 info->handler_.set_extension_id(extension->id()); 104 info->handler_.AddMIMEType(filter); 107 extension->SetManifestData(keys::kMimeTypesHandler, info.release());
|
/external/chromium_org/chrome/renderer/extensions/ |
safe_builtins.cc | 153 static void Apply(const v8::FunctionCallbackInfo<v8::Value>& info) { 154 CHECK(info.Length() == 5 && 155 info[0]->IsFunction() && // function 156 // info[1] could be an object or a string 157 info[2]->IsObject() && // args 158 info[3]->IsInt32() && // first_arg_index 159 info[4]->IsInt32()); // args_length 160 v8::Local<v8::Function> function = info[0].As<v8::Function>(); 162 if (info[1]->IsObject()) { 163 recv = info[1]->ToObject() 192 info[1], local [all...] |
/external/chromium_org/chrome/renderer/ |
security_filter_peer.cc | 74 const webkit_glue::ResourceResponseInfo& info, 82 const webkit_glue::ResourceResponseInfo& info) { 144 const webkit_glue::ResourceResponseInfo& info) { 145 ProcessResponseInfo(info, &response_info_, mime_type_); 196 const webkit_glue::ResourceResponseInfo& info) { 211 webkit_glue::ResourceResponseInfo info; local 212 ProcessResponseInfo(info, &info, mime_type_); 213 info.security_info = security_info; 214 info.content_length = static_cast<int>(data_.size()) [all...] |
/external/chromium_org/chrome_frame/ |
vtable_patch_manager_unittest.cc | 56 MEMORY_BASIC_INFORMATION info; local 57 ASSERT_TRUE(::VirtualQuery(vtable, &info, sizeof(info))); 58 vtable_protection_ = info.Protect;
|
/external/chromium_org/chromeos/process_proxy/ |
process_proxy_registry.cc | 42 // This should be called with empty info only. 99 // Save info for newly created proxy. We cannot do this before ProcessProxy is 101 ProcessProxyInfo& info = proxy_map_[*pid]; local 102 info.proxy.swap(proxy); 103 info.watcher_thread.reset(watcher_thread.release()); 104 info.process_id = *pid; 105 info.callback = callback;
|
/external/chromium_org/content/browser/gpu/ |
gpu_surface_tracker.cc | 92 const SurfaceInfo& info = it->second; local 93 if (info.renderer_id == renderer_id && 94 info.render_widget_id == render_widget_id) { 123 const SurfaceInfo& info = it->second; local 124 if (!info.handle.is_transport()) 126 *renderer_id = info.renderer_id; 127 *render_widget_id = info.render_widget_id; 135 SurfaceInfo& info = surface_map_[surface_id]; local 136 info.handle = handle; 138 info.surface_ref = new SurfaceRefPluginWindow(handle.handle) 170 SurfaceInfo& info = it->second; local [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_device_manager_unittest.cc | 251 const StreamDeviceInfo* info = manager_->GetOpenedDeviceInfoById( local 253 DCHECK(info); 254 EXPECT_EQ(iter->device.id, info->device.id); 280 const StreamDeviceInfo* info = local 282 DCHECK(!info);
|
/external/chromium_org/content/child/npapi/ |
plugin_lib.cc | 36 WebPluginInfo info; local 37 if (!PluginList::Singleton()->ReadPluginInfo(filename, &info)) 40 return new PluginLib(info); 66 PluginLib::PluginLib(const WebPluginInfo& info) 67 : web_plugin_info_(info),
|
/external/chromium_org/content/common/ |
plugin_list_unittest.cc | 234 WebPluginInfo info; local 235 PluginList::ExtractVersionString("Shockwave Flash 10.1 r102", &info); 236 EXPECT_EQ(ASCIIToUTF16("10.1 r102"), info.version); 237 PluginList::ExtractVersionString("Java(TM) Plug-in 1.6.0_22", &info); 238 EXPECT_EQ(ASCIIToUTF16("1.6.0_22"), info.version); 244 &info); 245 EXPECT_EQ(ASCIIToUTF16("1.2"), info.version);
|