/external/chromium/net/websockets/ |
D | websocket_throttle_unittest.cc | 93 DVLOG(1) << "socket1"; in TEST_F() 113 DVLOG(1) << "socket2"; in TEST_F() 132 DVLOG(1) << "socket3"; in TEST_F() 151 DVLOG(1) << "socket4"; in TEST_F() 169 DVLOG(1) << "socket5"; in TEST_F() 187 DVLOG(1) << "socket6"; in TEST_F() 197 DVLOG(1) << "socket1 1"; in TEST_F() 207 DVLOG(1) << "socket1 2"; in TEST_F() 229 DVLOG(1) << "socket1 close"; in TEST_F() 240 DVLOG(1) << "socket5 close"; in TEST_F() [all …]
|
D | websocket_handshake_draft75.cc | 86 DVLOG(1) << "Bad Upgrade Header " << std::string(p, kUpgradeHeaderLength); in ReadServerHandshake() 95 DVLOG(1) << "Bad Connection Header " in ReadServerHandshake() 109 DVLOG(1) << "Process Headers failed: " << std::string(data, eoh); in ReadServerHandshake()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | malware_details_cache.cc | 44 DVLOG(1) << "Getting cache data for all urls..."; in StartCacheCollection() 67 DVLOG(1) << "OpenEntry"; in OpenEntry() 75 DVLOG(1) << "Missing request context getter"; in OpenEntry() 108 DVLOG(1) << "OnUrlFetchComplete"; in OnURLFetchComplete() 114 DVLOG(1) << "Cache miss for url: " << url; in OnURLFetchComplete() 121 DVLOG(1) << "Unsuccessful fetch: " << url; in OnURLFetchComplete() 131 DVLOG(1) << "Cannot find resource for url:" << url; in OnURLFetchComplete() 144 DVLOG(1) << "ReadResponse"; in ReadResponse() 148 DVLOG(1) << "Missing response headers."; in ReadResponse() 173 DVLOG(1) << "ReadData"; in ReadData() [all …]
|
D | malware_details.cc | 151 DVLOG(1) << "Starting to compute malware details."; in StartCollection() 224 DVLOG(1) << "Nodes from the DOM: " << params.size(); in AddDOMDetails() 235 DVLOG(1) << node.url << ", " << node.tag_name << ", " << node.parent; in AddDOMDetails() 256 DVLOG(1) << "OnCacheCollectionReady."; in OnCacheCollectionReady()
|
D | safe_browsing_database.cc | 452 DVLOG(3) << "Get store for list: " << list_id; in GetStore() 512 DVLOG(1) << "Init browse store: " << browse_filename_.value(); in Init() 530 DVLOG(1) << "Init download store: " << download_filename_.value(); in Init() 538 DVLOG(1) << "Init csd whitelist store: " << csd_whitelist_filename_.value(); in Init() 879 DVLOG(2) << list_name << ": " << list_id; in InsertChunks() 1179 DVLOG(1) << "SafeBrowsingDatabaseImpl built bloom filter in " in UpdateBrowseStore() 1234 DVLOG(1) << "SafeBrowsingDatabaseNew read bloom filter in " in LoadBloomFilter() 1277 DVLOG(1) << "SafeBrowsingDatabaseNew wrote bloom filter in " in WriteBloomFilter()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_performer.cc | 52 DVLOG(1) << "Deleting LoginPerformer"; in ~LoginPerformer() 65 DVLOG(1) << "failure.reason " << failure.reason(); in OnLoginFailure() 66 DVLOG(1) << "failure.error.state " << failure.error().state(); in OnLoginFailure() 159 DVLOG(1) << "Online login OK - unlocking screen."; in OnProfileCreated() 191 DVLOG(1) << "Password change detected - locking screen."; in OnPasswordChangeDetected() 314 DVLOG(1) << "Screen lock requested"; in RequestScreenLock() 320 DVLOG(1) << "Screen already locked"; in RequestScreenLock() 330 DVLOG(1) << "Screen unlock requested"; in RequestScreenUnlock() 342 DVLOG(1) << "auth_error: " << last_login_failure_.error().state(); in ResolveInitialNetworkAuthFailure() 407 DVLOG(1) << "auth_error: " << last_login_failure_.error().state(); in ResolveLockNetworkAuthFailure() [all …]
|
D | base_login_display_host.cc | 108 DVLOG(1) << "Starting wizard, first_screen_name: " << first_screen_name; in StartWizard() 120 DVLOG(1) << "Starting sign in screen"; in StartSignInScreen()
|
/external/chromium/chrome/browser/automation/ |
D | url_request_automation_job.cc | 64 DVLOG(1) << "URLRequestAutomationJob create. Count: " << ++instance_count_; in URLRequestAutomationJob() 74 DVLOG(1) << "URLRequestAutomationJob delete. Count: " << --instance_count_; in ~URLRequestAutomationJob() 157 DVLOG(1) << "URLRequestAutomationJob: " << request_->url().spec() in ReadRawData() 283 DVLOG(1) << "URLRequestAutomationJob: " << request_->url().spec() in OnRequestStarted() 304 DVLOG(1) << "URLRequestAutomationJob: " << request_->url().spec() in OnDataAvailable() 332 DVLOG(1) << "URLRequestAutomationJob: " << url << " - request end. Status: " in OnRequestEnd() 387 DVLOG(1) << "URLRequestAutomationJob: start request: " in StartAsync() 436 DVLOG(1) << "Suppressing referrer header since going from secure to " in StartAsync()
|
/external/chromium/net/socket/ |
D | ssl_client_socket_openssl.cc | 34 #define GotoState(s) do { DVLOG(2) << (void *)this << " " << __FUNCTION__ << \ 90 DVLOG(1) << "OpenSSL SSL error, reason: " << ERR_GET_REASON(error_code) in MapOpenSSLErrorSSL() 186 DVLOG(1) << "OpenSSL SYSCALL error, errno " << errno; in MapOpenSSLError() 200 DVLOG(3) << "skipping cert verify"; in NoOpVerifyCallback() 225 DVLOG(2) << "Adding session " << session << " => " in OnSessionAdded() 242 DVLOG(2) << "Remove session " << session << " => " in OnSessionRemoved() 258 DVLOG(2) << "Lookup session: " << it->second << " => " in SetSSLSession() 519 DVLOG(3) << "Found cipher to remove: '" << name << "', ID: " << id in Init() 537 DVLOG(3) << "OpenSSL ClientCertRequestCallback called"; in ClientCertRequestCallback() 601 DVLOG(3) << "Encoded connection status: cipher suite = " in GetSSLInfo() [all …]
|
D | tcp_client_socket_libevent.cc | 281 DVLOG(1) << "WatchFileDescriptor failed: " << connect_os_error_; in DoConnect() 402 DVLOG(1) << "read failed, errno " << errno; in Read() 409 DVLOG(1) << "WatchFileDescriptor failed on read, errno " << errno; in Read() 446 DVLOG(1) << "WatchFileDescriptor failed on write, errno " << errno; in Write()
|
D | socket_test_util.cc | 53 DVLOG(1) << "Length: " << data_len; in DumpData() 56 DVLOG(1) << pfx << "<None>"; in DumpData() 60 DVLOG(1) << pfx in DumpData() 76 DVLOG(1) << pfx in DumpData() 87 DVLOG(1) << pfx in DumpData() 96 DVLOG(1) << pfx in DumpData() 109 DVLOG(1) << "Async: " << r.async in DumpMockRead() 113 DVLOG(1) << "Stage: " << (r.sequence_number & ~MockRead::STOPLOOP) << stop in DumpMockRead()
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
D | websocket_experiment_task.cc | 229 DVLOG(1) << "Run WebSocket experiment for " << config_.url << " " in Run() 241 DVLOG(1) << "WebSocket experiment save result for " << config_.url in SaveResult() 297 DVLOG(1) << "unexpected state=" << next_state_ in OnURLFetchComplete() 315 DVLOG(1) << "unexpected state=" << next_state_ in OnOpen() 340 DVLOG(1) << "unexpected state=" << next_state_ in OnMessage() 361 DVLOG(1) << "WebSocket onclose was_clean=" << was_clean in OnClose() 377 DVLOG(1) << "WebSocket socket level error=" << net::ErrorToString(error) in OnSocketError() 389 DVLOG(1) << "OnTimedOut next_state=" << next_state_ in OnTimedOut() 638 DVLOG(1) << "Finish WebSocket experiment for " << config_.url in Finish()
|
/external/chromium/chrome/browser/chromeos/ |
D | audio_handler.cc | 62 DVLOG(1) << "Adjusting Volume by " << adjust_by_percent << " percent"; in AdjustVolumeByPercent() 93 DVLOG(1) << "Setting Mute to " << do_mute; in SetMute() 135 DVLOG(1) << "OnMixerInitialized, success = " << success; in OnMixerInitialized()
|
D | network_state_notifier.cc | 63 DVLOG(1) << "UpdateNetworkState: new=" << new_state << ", old=" << state_; in UpdateNetworkState()
|
/external/chromium/crypto/ |
D | openssl_util.cc | 88 DVLOG(1) << "\t" << base::StringPiece(str, len); in OpenSSLErrorCallback() 106 DVLOG(1) << "OpenSSL ERR_get_error stack from " << message; in ClearOpenSSLERRStack()
|
/external/chromium/net/http/ |
D | partial_data.cc | 141 DVLOG(1) << "Range start: " << current_range_start_ << " end: " << in Init() 170 DVLOG(3) << "ShouldValidateCache len: " << len; in ShouldValidateCache() 272 DVLOG(2) << "UpdateFromStoredHeaders size: " << resource_size_; in UpdateFromStoredHeaders() 438 DVLOG(3) << "To write: " << data_len; in CacheWrite() 452 DVLOG(3) << "Read: " << result; in OnCacheReadCompleted()
|
D | http_response_headers.cc | 549 DVLOG(1) << "missing status line"; in ParseVersion() 556 DVLOG(1) << "missing version"; in ParseVersion() 562 DVLOG(1) << "malformed version"; in ParseVersion() 570 DVLOG(1) << "malformed version number"; in ParseVersion() 602 DVLOG(1) << "assuming HTTP/" << http_version_.major_value() << "." in ParseStatusLine() 610 DVLOG(1) << "missing response status; assuming 200 OK"; in ParseStatusLine() 626 DVLOG(1) << "missing response status number; assuming 200"; in ParseStatusLine() 645 DVLOG(1) << "missing response status text; assuming OK"; in ParseStatusLine()
|
D | http_auth_handler_digest.cc | 248 DVLOG(1) << "Unknown value of algorithm"; in ParseChallengeProperty() 263 DVLOG(1) << "Skipping unrecognized digest property"; in ParseChallengeProperty()
|
/external/chromium/base/threading/ |
D | watchdog.cc | 73 DVLOG(1) << "Watchdog alarmed for " << thread_watched_name_; in Alarm() 127 DVLOG(1) << "Watchdog active: " << name; in SetThreadName()
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_error_handler.cc | 134 DVLOG(1) << "CompleteCancelRequest() url: " << request->url().spec(); in CompleteCancelRequest() 162 DVLOG(1) << "CompleteContinueRequest() url: " << request->url().spec(); in CompleteContinueRequest()
|
/external/chromium/chrome/browser/renderer_host/ |
D | offline_resource_handler.cc | 103 DVLOG(1) << "OnWillStart: this=" << this << ", request id=" << request_id in OnWillStart() 183 DVLOG(1) << "Resume load: this=" << this << ", request id=" << request_id; in Resume()
|
/external/chromium/chrome/browser/download/ |
D | download_safe_browsing_client.cc | 125 DVLOG(1) << "SafeBrowsingCheckUrlDone with result: " << result; in SafeBrowsingCheckUrlDone() 144 DVLOG(1) << "SafeBrowsingCheckHashDone with result: " << result; in SafeBrowsingCheckHashDone()
|
/external/chromium/chrome/browser/sync/engine/ |
D | clear_data_command.cc | 55 DVLOG(1) << SyncerProtoUtil::ClientToServerResponseDebugString( in ExecuteImpl()
|
/external/chromium/base/ |
D | string_split.cc | 73 DVLOG(1) << "cannot parse key from line: " << line; in SplitStringIntoKeyValues() 82 DVLOG(1) << "cannot parse value from line: " << line; in SplitStringIntoKeyValues()
|
D | logging_unittest.cc | 82 DVLOG(0) << mock_log_source.Log(); in TEST_F() 165 DVLOG(1) << mock_log_source.Log(); in TEST_F()
|