HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1726 - 1750 of 3477) sorted by null

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc 572 const UnloadedExtensionInfo* info = local
576 if (info->reason == UnloadedExtensionInfo::REASON_DISABLE) {
578 info->extension);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.cc 146 ClientReportInfo* info = it->second; local
147 if (!info->callback.is_null())
148 info->callback.Run(info->phishing_url, false);
156 ClientMalwareReportInfo* info = it->second; local
157 if (!info->callback.is_null())
158 info->callback.Run(info->original_url, info->original_url, false);
335 ClientReportInfo* info = new ClientReportInfo local
376 ClientMalwareReportInfo* info = new ClientMalwareReportInfo; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 201 const ChangeInfo& info = found->second; local
202 change_seqs_[info.change_seq] = url;
203 changes_[url] = info;
344 base::File::Info file_info;
416 ChangeInfo& info = (*changes)[url]; local
417 if (info.change_seq >= 0 && change_seqs)
418 change_seqs->erase(info.change_seq);
419 info.change_list.Update(change);
420 if (info.change_list.empty()) {
424 info.change_seq = new_change_seq
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 91 SessionInfo info; local
92 info.id = CreateUniqueID();
93 sessions_.push_back(info);
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 390 base::DictionaryValue info; local
395 info.SetString(kDictionaryKeyServiceName, name);
396 info.SetString(kDictionaryKeyDisplayName, description.name);
397 info.SetString(kDictionaryKeyDescription, description.description);
398 info.SetString(kDictionaryKeyType, description.type);
399 info.SetBoolean(kDictionaryKeyIsWifi, false);
402 "local_discovery.onUnregisteredDeviceUpdate", service_key, info);
680 base::DictionaryValue info; local
685 info.SetString(kDictionaryKeyServiceName, description.device_ssid);
686 info.SetString(kDictionaryKeyDisplayName, description.device_name)
    [all...]
  /external/chromium_org/chrome/common/
chrome_content_client.cc 313 content::PepperPluginInfo info; local
314 info.is_internal = true;
315 info.is_out_of_process = true;
316 info.name = kRemotingViewerPluginName;
317 info.description = kRemotingViewerPluginDescription;
318 info.path = base::FilePath::FromUTF8Unsafe(
324 info.mime_types.push_back(remoting_mime_type);
325 info.internal_entry_points.get_interface = remoting::PPP_GetInterface;
326 info.internal_entry_points.initialize_module =
328 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc 59 PermissionsInfo* info = PermissionsInfo::GetInstance(); local
60 APIPermissionSet apis = info->GetAll();
63 EXPECT_EQ(i->id(), i->info()->id());
69 PermissionsInfo* info = PermissionsInfo::GetInstance(); local
70 EXPECT_EQ(APIPermission::kTab, info->GetByName("tabs")->id());
72 info->GetByName("management")->id());
73 EXPECT_FALSE(info->GetByName("alsdkfjasldkfj"));
78 PermissionsInfo* info = PermissionsInfo::GetInstance(); local
79 APIPermissionSet apis = info->GetAll();
87 EXPECT_EQ(count, info->get_permission_count())
112 PermissionsInfo* info = PermissionsInfo::GetInstance(); local
771 PermissionsInfo* info = PermissionsInfo::GetInstance(); local
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.cc 483 const printing::PrinterBasicInfo& info) {
486 task.printer_info = info;
543 const printing::PrinterBasicInfo& info) {
546 if (IsSamePrinter(it->second->GetPrinterName(), info.printer_name)) {
556 info.printer_name.c_str(),
589 LOG(ERROR) << "CP_CONNECTOR: Failed to get printer info"
603 const printing::PrinterBasicInfo& info = pending_tasks_.front().printer_info; local
604 DCHECK(IsSamePrinter(info.printer_name, printer_name));
613 info.printer_name, mime_boundary, std::string(), &post_data);
615 info.printer_description, mime_boundary, std::string(), &post_data)
    [all...]
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
SyncTestUtil.java 149 Log.w(TAG, "Interrupted while attempting to fetch sync internals info.", e);
159 Log.w(TAG, "Interrupted while polling sync internals info.", e);
160 Assert.fail("Interrupted while polling sync internals info.");
364 String info = ProfileSyncService.get(mContext).getSyncInternalsInfoForTest(); local
366 mAboutInfo = getAboutInfoStats(info);
368 Log.w(TAG, "Unable to parse JSON message: " + info, e);
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 195 FILE_IN_CABINET_INFO* info = local
198 base::FilePath base_name(info->NameInCabinet);
202 StringCchCopy(info->FullTargetName, MAX_PATH,
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 34 google_breakpad::CustomClientInfo info = client_info->GetCustomInfo(); local
36 for (uintptr_t i = 0; i < info.count; ++i) {
37 (*map)[info.entries[i].name] = info.entries[i].value;
333 LOG(ERROR) << "dump with no client info";
362 LOG(ERROR) << "could not write custom info file";
384 DumpJobInfo* info = static_cast<DumpJobInfo*>(context);
406 base::AutoLock lock(info->self->sending_);
407 VLOG(1) << "trying to send report for pid = " << info->pid;
409 = info->self->sender_->SendCrashReport(kCrashReportURL, info->map
    [all...]
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 244 StorageInfo info; local
245 if (!notifier()->GetStorageInfoForPath(path, &info))
248 return info.total_size_in_bytes();
volume_mount_watcher_win.cc 118 // returns true and fills in |info|.
122 bool GetDeviceDetails(const base::FilePath& device_path, StorageInfo* info) {
123 DCHECK(info);
153 info->set_device_id(StorageInfo::MakeDeviceId(
178 *info = StorageInfo(device_id, mount_point, volume_label, base::string16(),
390 StorageInfo info; local
391 if (!get_device_details_callback.Run(device_path, &info)) {
402 volume_watcher, device_path, info));
427 StorageInfo* info) const {
429 DCHECK(info);
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_request_handler_unittest.cc 50 int host_id, const appcache::AppCacheInfo& info) OVERRIDE {}
105 const net::HttpResponseInfo& info)
107 response_code_(info.headers->response_code()),
109 response_info_(info) {}
120 net::HttpResponseInfo* info) OVERRIDE {
123 *info = response_info_;
404 void SimulateResponseInfo(const net::HttpResponseInfo& info) {
408 request_->context()->network_delegate(), info));
491 net::HttpResponseInfo info; local
492 info.headers = new net::HttpResponseHeaders
    [all...]
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 61 // Matches a DownloadCreateInfo* that points to the same object as |info| and
63 MATCHER_P2(DownloadCreateInfoWithDefaultPath, info, download_directory, "") {
64 return arg == info &&
255 const DownloadCreateInfo& info,
331 const DownloadCreateInfo& info,
500 DownloadCreateInfo info; local
506 info.request_handle = DownloadRequestHandle();
507 download_manager_->CreateActiveItem(id, info);
585 scoped_ptr<DownloadCreateInfo> info(new DownloadCreateInfo);
607 MockCreateFile(Ref(*info->save_info.get()), _, _, _, true
    [all...]
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 164 // Get the file info and the platform path for url1.
165 base::File::Info info1;
174 // Get the file info and the platform path for url2.
175 base::File::Info info2;
184 // See if file info matches with the other one.
301 // See if we can query the file info via the isolated FileUtil.
304 base::File::Info info; local
308 file_util()->GetFileInfo(&context, url, &info, &platform_path));
310 // See if the obtained file info is correct
336 base::File::Info info; local
517 base::File::Info info; local
538 base::File::Info info; local
    [all...]
file_system_operation_impl_unittest.cc 95 const base::File::Info& info() const { return info_; } function in class:content::FileSystemOperationImplTest
169 base::File::Info info; local
170 EXPECT_TRUE(base::GetFileInfo(PlatformPath(path), &info));
171 return info.size;
209 const base::File::Info& info) {
210 info_ = info;
216 const base::File::Info& info
1117 base::File::Info info; local
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 586 ServiceWorkerRegistrationInfo info; local
587 info.pattern = it->scope;
588 info.script_url = it->script;
589 info.registration_id = it->registration_id;
593 info.active_version = version->GetInfo();
595 info.waiting_version = version->GetInfo();
596 infos.push_back(info);
601 info.active_version.is_null = false;
602 info.active_version.status = ServiceWorkerVersion::ACTIVE;
603 info.active_version.version_id = it->version_id
    [all...]
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 370 const WebBlobInfo& info = web_blob_info[i]; local
373 blob_or_file_info.is_file = info.isFile();
374 if (info.isFile()) {
375 blob_or_file_info.file_path = info.filePath();
376 blob_or_file_info.file_name = info.fileName();
377 blob_or_file_info.last_modified = info.lastModified();
379 blob_or_file_info.size = info.size();
380 blob_or_file_info.uuid = info.uuid().latin1();
382 blob_or_file_info.mime_type = info.type();
535 const IndexedDBMsg_BlobOrFileInfo& info = blob_info[i] local
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 462 TimerInfo info; local
463 info.interval = interval;
464 info.repeat = repeat ? true : false;
465 timers_[timer_id] = info;
476 // Remove info about the timer.
499 TimerInfo info = it->second;
509 if (info.repeat) {
513 base::TimeDelta::FromMilliseconds(info.interval));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
MediaResourceGetter.java 356 NetworkInfo info = mConnectivityManager.getActiveNetworkInfo(); local
357 if (info == null) {
361 return info.getType();
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 162 // Global tracking info for PPAPI plugins. This is lazily created before the
376 const PepperPluginInfo* info = local
378 DCHECK(!info->is_out_of_process);
682 const PepperPluginInfo* info = local
684 if (!info) {
687 } else if (!info->is_out_of_process) {
703 ppapi::PpapiPermissions permissions(info->permissions);
707 module = new PluginModule(info->name, path, permissions);
  /external/chromium_org/extensions/browser/
extension_protocols.cc 103 virtual void GetResponseInfo(net::HttpResponseInfo* info) OVERRIDE {
104 *info = response_info_;
116 base::File::Info info; local
117 if (base::GetFileInfo(filename, &info))
118 return info.last_modified;
125 base::File::Info info; local
126 if (base::GetFileInfo(filename, &info))
127 return info.creation_time
310 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 205 const FormatInfo& info = kFormatTypes[ii]; local
206 ValueValidator<GLenum>& validator = texture_format_validators_[info.format];
207 for (size_t jj = 0; jj < info.count; ++jj) {
208 validator.AddValue(info.types[jj]);
texture_definition.cc 399 LevelInfo info(level.target,
409 infos.push_back(info);
453 const LevelInfo& info = level_infos_[i][n]; local
455 info.target,
457 info.internal_format,
458 info.width,
459 info.height,
460 info.depth,
461 info.border,
462 info.format
    [all...]

Completed in 1357 milliseconds

<<61626364656667686970>>