/external/chromium/chrome/browser/ |
memory_details.cc | 92 ProcessMemoryInformation info; local 93 info.pid = base::GetProcId(iter->handle()); 94 if (!info.pid) 97 info.type = iter->type(); 98 info.renderer_type = iter->renderer_type(); 99 info.titles.push_back(WideToUTF16Hack(iter->name())); 100 child_info.push_back(info);
|
/external/chromium/chrome/browser/net/ |
passive_log_collector.cc | 203 SourceInfo& info = it->second; local 204 Action result = DoAddEntry(entry, &info); 210 info.is_alive = false; 211 if (info.reference_count == 0) { 214 AddToDeletionQueue(info.source_id); 217 DeleteSourceInfo(info.source_id); 233 LOG(WARNING) << "Tried to delete info for nonexistent source"; 261 const SourceInfo& info = it->second; local 262 out->insert(out->end(), info.entries.begin(), info.entries.end()) 308 SourceInfo& info = it->second; local [all...] |
/external/chromium/chrome/browser/profiles/ |
profile_manager.cc | 229 ProfileInfo* info = iter->second.get(); local 230 if (info->created) { 232 observer->OnProfileCreated(info->profile.get()); 235 info->observers.push_back(observer); 239 ProfileInfo* info = local 242 info->observers.push_back(observer); 279 ProfileInfo* info = new ProfileInfo(profile, created); local 281 (profiles_info_.insert(std::make_pair(profile->GetPath(), info))).first; 282 return info; 376 ProfileInfo* info = iter->second.get() local [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.cc | 290 ClientReportInfo* info = new ClientReportInfo; local 291 info->callback.swap(cb); // takes ownership of the callback. 292 info->phishing_url = GURL(request->url()); 293 client_phishing_reports_[fetcher] = info; 343 scoped_ptr<ClientReportInfo> info(client_phishing_reports_[source]); 347 cache_[info->phishing_url] = 349 info->callback->Run(info->phishing_url, response.phishy()); 352 << info->phishing_url << " status: " << status.status() << " " 354 info->callback->Run(info->phishing_url, false) [all...] |
/external/chromium/chrome/browser/ui/login/ |
login_prompt.cc | 38 ResourceDispatcherHostRequestInfo* info = local 40 if (!info) 43 info->set_login_handler(NULL); 46 // Get the signon_realm under which this auth info should be stored. 85 DCHECK(auth_info_) << "LoginHandler constructed with NULL auth info"; 232 // Only handle notification for the identical auth info. 462 // Info about who/where/what is asking for authentication.
|
login_prompt_browsertest.cc | 59 const AuthInfo& info = i->second; local 60 handler->SetAuth(WideToUTF16Hack(info.username_), 61 WideToUTF16Hack(info.password_)); 351 LOG(INFO) << 357 LOG(INFO) << "Waiting for initial AUTH_NEEDED"; 371 LOG(INFO) << "Waiting for initial AUTH_SUPPLIED"; 377 LOG(INFO) << "Waiting for secondary AUTH_NEEDED"; 393 LOG(INFO) << "Waiting for secondary AUTH_SUPPLIED"; 398 LOG(INFO) << "Waiting for additional AUTH_NEEDED"; 409 LOG(INFO) << "Waiting for LOAD_STOP" [all...] |
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.cc | 167 NMLISTVIEW* info = reinterpret_cast<NM_LISTVIEW*>(lparam); local 168 if (wparam == IDC_Messages && info->hdr.code == LVN_ITEMCHANGED) { 169 if (info->uChanged & LVIF_STATE) { 170 bool checked = (info->uNewState >> 12) == 2; 171 OnCheck(static_cast<int>(info->lParam), checked);
|
accessibility_event_router_views_unittest.cc | 113 const AccessibilityControlInfo* info = local 116 last_control_name_ = info->name();
|
page_info_bubble_view.cc | 106 // info link in that case. 147 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i); local 149 const SkBitmap* icon = *model_.GetIconImage(info.icon_id); 150 layout->AddView(new Section(this, info, icon, cert_id_ > 0)); 174 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i); local 175 const SkBitmap* icon = *model_.GetIconImage(info.icon_id); 176 Section section(this, info, icon, cert_id_ > 0); 231 // We want to make sure the info bubble closes once the link is activated. So
|
/external/chromium/net/base/ |
file_stream_posix.cc | 355 struct stat info; local 356 if (fstat(file_, &info) != 0) 359 int64 size = static_cast<int64>(info.st_size);
|
/external/chromium/net/disk_cache/ |
eviction.cc | 73 // We grab a bunch of info from the backend to make the code a little cleaner 272 EntryStore* info = entry->entry()->Data(); local 273 DCHECK(ENTRY_NORMAL == info->state); 276 info->state = ENTRY_EVICTED; 375 EntryStore* info = entry->entry()->Data(); local 376 DCHECK(ENTRY_NORMAL == info->state); 378 if (info->reuse_count < kint32max) { 379 info->reuse_count++; 383 if (1 == info->reuse_count) { 387 } else if (kHighUse == info->reuse_count) 396 EntryStore* info = entry->entry()->Data(); local 425 EntryStore* info = entry->entry()->Data(); local 450 EntryStore* info = entry->entry()->Data(); local [all...] |
/external/chromium/net/proxy/ |
proxy_service_unittest.cc | 125 ProxyInfo info; local 128 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound()); 132 EXPECT_TRUE(info.is_direct()); 159 ProxyInfo info; local 163 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound()); 178 EXPECT_FALSE(info.is_direct()); 179 EXPECT_EQ("foopy:80", info.proxy_server().ToURI()); 209 ProxyInfo info; local 211 int rv = service->ResolveProxy(url, &info, &callback, NULL, BoundNetLog()); 237 ProxyInfo info; local 295 ProxyInfo info; local 361 ProxyInfo info; local 415 ProxyInfo info; local 505 ProxyInfo info; local 568 ProxyInfo info; local 661 ProxyInfo info; local 736 ProxyInfo info[2]; local 769 ProxyInfo info; local 781 ProxyInfo info; local 793 ProxyInfo info; local 806 ProxyInfo info; local 829 ProxyInfo info; local 841 ProxyInfo info; local 853 ProxyInfo info; local 865 ProxyInfo info; local 1501 ProxyInfo info; local 1521 ProxyInfo info; local [all...] |
/external/chromium/net/tools/fetch/ |
http_listen_socket.cc | 125 HttpServerRequestInfo* info = new HttpServerRequestInfo(); local 139 info->method = buffer; 143 info->url = GURL(buffer); 158 DCHECK(info->headers.find(header_name) == info->headers.end()); 159 info->headers[header_name] = header_value; 176 return info; 178 delete info; 184 delete info; 222 void HttpListenSocket::Respond(HttpServerResponseInfo* info, [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.cc | 322 THREADNAME_INFO info; local 323 info.dwType = 0x1000; 324 info.szName = szThreadName; 325 info.dwThreadID = dwThreadID; 326 info.dwFlags = 0; 329 RaiseException(MSDEV_SET_THREAD_NAME, 0, sizeof(info) / sizeof(DWORD), 330 reinterpret_cast<DWORD*>(&info));
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags2man.py | 86 def info(self, msg): print msg member in class:Logging 183 self.date = time.localtime(time.time()) # default date info 199 logging.info('Running: %s %s </dev/null 2>&1' 305 logging.error('Flag info, but no current flag "%s"' % line) 319 logging.info('Extra: %s' % line) 360 logging.info('Extra: %s' % line) 407 logging.info('Extra: %s' % line) 443 self.info = proginfo 472 logging.info('Writing to stdout') 475 self.file_path = '%s.1' % os.path.join(self.dirname, self.info.name [all...] |
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentsClientCallbackHelper.java | 104 DownloadInfo info = (DownloadInfo) msg.obj; 105 mContentsClient.onDownloadStart(info.mUrl, info.mUserAgent, 106 info.mContentDisposition, info.mMimeType, info.mContentLength); 110 LoginRequestInfo info = (LoginRequestInfo) msg.obj; 111 mContentsClient.onReceivedLoginRequest(info.mRealm, info.mAccount, info.mArgs) 159 DownloadInfo info = new DownloadInfo(url, userAgent, contentDisposition, mimeType, local 165 LoginRequestInfo info = new LoginRequestInfo(realm, account, args); local 170 OnReceivedErrorInfo info = new OnReceivedErrorInfo(errorCode, description, failingUrl); local [all...] |
/external/chromium_org/android_webview/native/ |
aw_contents_io_thread_client_impl.cc | 228 const content::ResourceRequestInfo* info = local 230 bool is_main_frame = info && 231 info->GetResourceType() == ResourceType::MAIN_FRAME;
|
/external/chromium_org/ash/display/ |
root_window_transformers.cc | 53 DisplayInfo info = local 62 if (info.rotation() == root_window->GetProperty(kRotationPropertyKey)) 64 root_window->SetProperty(kRotationPropertyKey, info.rotation()); 71 switch (info.rotation()) { 126 DisplayInfo info = local 129 info.GetOverscanInsetsInPixel(), 131 info.ui_scale()); 146 DisplayInfo info = Shell::GetInstance()->display_manager()-> local 148 root_window_ui_scale_ = info.ui_scale(); 149 host_insets_ = info.GetOverscanInsetsInPixel() [all...] |
/external/chromium_org/ash/system/ime/ |
tray_ime.cc | 57 IMEInfo info; local 58 Shell::GetInstance()->system_tray_delegate()->GetCurrentIME(&info); 59 UpdateLabel(info); 64 void UpdateLabel(const IMEInfo& info) { 65 SetLabel(info.name); 66 SetAccessibleName(info.name);
|
/external/chromium_org/base/files/ |
file_util_proxy_unittest.cc | 344 PlatformFileInfo info; local 345 file_util::GetFileInfo(test_path(), &info); local 350 static_cast<int>(info.last_modified.ToDoubleT())); 352 static_cast<int>(info.last_accessed.ToDoubleT())); 359 PlatformFileInfo info; local 360 file_util::GetFileInfo(test_path(), &info); local 361 ASSERT_EQ(10, info.size); 372 file_util::GetFileInfo(test_path(), &info); local 373 ASSERT_EQ(7, info.size); 386 PlatformFileInfo info; local 387 file_util::GetFileInfo(test_path(), &info); local 399 file_util::GetFileInfo(test_path(), &info); local [all...] |
/external/chromium_org/base/process/ |
process_metrics_mac.cc | 136 vm_region_top_info_data_t info; local 143 (vm_region_info_t)&info, 156 info.share_mode != SM_PRIVATE) 159 if (info.share_mode == SM_COW && info.ref_count == 1) 160 info.share_mode = SM_PRIVATE; 162 switch (info.share_mode) { 164 private_pages_count += info.private_pages_resident; 165 private_pages_count += info.shared_pages_resident; 168 private_pages_count += info.private_pages_resident [all...] |
process_metrics_win.cc | 248 MEMORY_BASIC_INFORMATION info; local 250 &info, sizeof(info))) 252 if (info.State == MEM_FREE) { 253 accumulated += info.RegionSize; 254 if (info.RegionSize > largest.RegionSize) 255 largest = info; 257 scan += info.RegionSize; 307 PERFORMANCE_INFORMATION info; local 308 if (!InternalGetPerformanceInfo(&info, sizeof(info))) [all...] |
/external/chromium_org/chrome/browser/automation/ |
url_request_automation_job.cc | 147 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local 148 if (info) { 149 int child_id = info->GetChildID(); 150 int route_id = info->GetRouteID(); 159 info->GetRequestID(), 243 void URLRequestAutomationJob::GetResponseInfo(net::HttpResponseInfo* info) { 245 info->headers = headers_; 248 // access to the real SSL info. 252 info->ssl_info.cert = 258 info->ssl_info.cert_status = 0 506 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request_); local [all...] |
/external/chromium_org/chrome/browser/chromeos/display/ |
display_preferences.cc | 195 ash::internal::DisplayInfo info = display_manager->GetDisplayInfo(id); local 199 property_value->SetInteger("rotation", static_cast<int>(info.rotation())); 201 static_cast<int>(info.ui_scale() * 1000)); 209 if (!info.overscan_insets_in_dip().empty()) 210 InsetsToValue(info.overscan_insets_in_dip(), property_value.get());
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler_unittest.cc | 46 JobInfo info; member in struct:drive::__anon6802::JobListLogger::EventLog 48 EventLog(EventType type, const JobInfo& info) : type(type), info(info) { 55 if (events[i].type == type && events[i].info.job_type == job_type) 64 if (events[i].type == UPDATED && events[i].info.job_type == job_type) 65 progress->push_back(events[i].info.num_completed_bytes); 70 virtual void OnJobAdded(const JobInfo& info) OVERRIDE { 71 events.push_back(EventLog(ADDED, info)); 74 virtual void OnJobUpdated(const JobInfo& info) OVERRIDE [all...] |