HomeSort by relevance Sort by last modified time
    Searched refs:VLOG (Results 26 - 50 of 222) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium/chrome/browser/chromeos/login/
authenticator.cc 35 VLOG(1) << "Canonicalized " << email_address << " to " << new_email;
registration_screen.cc 109 VLOG(1) << "Registration form completed.";
113 VLOG(1) << "Registration form skipped.";
149 VLOG(1) << "Handling url: " << request->url().spec().c_str();
  /external/chromium/chrome/browser/sync/engine/
update_applicator.cc 34 VLOG(1) << "UpdateApplicator created for " << item_count << " items.";
51 VLOG(1) << "UpdateApplicator doing additional pass.";
82 VLOG(1) << "Apply Status for " << entry.Get(syncable::META_HANDLE)
106 VLOG(1) << "Skipping update application, type not permitted.";
clear_data_command.cc 48 VLOG(1) << "Clearing server data";
78 VLOG(1) << "ClearData succeeded.";
download_updates_command.cc 64 VLOG(1) << "Getting updates for types " << enabled_types.to_string();
85 VLOG(2) << SyncerProtoUtil::ClientToServerResponseDebugString(
99 VLOG(1) << "GetUpdates "
conflict_resolver.cc 45 VLOG(1) << "Server and local changes match, merging:" << entry;
77 VLOG(1) << "Item conflicting because its parent not yet committed. Id: "
80 VLOG(1) << "No set for conflicting entry id " << id << ". There should "
111 VLOG(1) << "Resolving simple conflict, ignoring local changes for:"
115 VLOG(1) << "Resolving simple conflict, overwriting server changes for:"
128 VLOG(1) << "Entry is a server deleted directory with local contents, "
205 VLOG(1) << "Overwriting server changes to avoid loop: " << entryi;
247 VLOG(1) << "Giving directory a new id so we can undelete it " << parent;
324 VLOG(1) << "Undoing our deletion of " << entry
375 VLOG(1) << "Fixing a set containing " << set_size << " items"
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc 62 VLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString()
69 VLOG(1) << "Trying SSL/TCP port before XMPP port for notifications.";
74 VLOG(1) << "Invalidating sync XMPP login.";
80 VLOG(1) << "Allowing insecure XMPP connections.";
chrome_invalidation_client.cc 121 VLOG(1) << "Invalidate: " << InvalidationToString(invalidation);
171 VLOG(1) << "InvalidateAll";
194 VLOG(1) << "RegistrationStateChanged: "
197 VLOG(1) << "is_transient=" << unknown_hint.is_transient()
218 VLOG(1) << "AllRegistrationsLost";
224 VLOG(1) << "SessionStatusChanged: " << has_session;
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.cc 51 VLOG(1) << "Starting autofill data controller.";
100 VLOG(1) << "Web database loaded observed.";
115 VLOG(1) << "Stopping autofill data type controller.";
201 VLOG(1) << "Autofill data type controller StartImpl called.";
236 VLOG(1) << "Autofill association time: " <<
250 VLOG(1) << "Autofill data type controller StartDone called.";
270 VLOG(1) << "Autofill data type controller StartDoneImpl called.";
285 VLOG(1) << "Autofill data type controller StopImpl called.";
typed_url_data_type_controller.cc 70 VLOG(1) << "Starting typed_url data controller.";
97 VLOG(1) << "History loaded observed.";
113 VLOG(1) << "Stopping typed_url data type controller.";
170 VLOG(1) << "TypedUrl data type controller StartImpl called.";
215 VLOG(1) << "TypedUrl data type controller StartDone called.";
232 VLOG(1) << "TypedUrl data type controller StartDoneImpl called.";
246 VLOG(1) << "TypedUrl data type controller StopImpl called.";
data_type_manager_impl.cc 112 VLOG(1) << "Received configure request while configuration in flight. "
136 VLOG(1) << "Will stop " << dtc->name();
153 VLOG(1) << "Restarting...";
164 VLOG(1) << "Stopping " << needs_stop_[i]->name();
189 VLOG(1) << "Starting " << needs_start_[0]->name();
206 VLOG(1) << "Reconfiguring due to previous configure attempt occuring while"
273 VLOG(1) << "Failed " << started_dtc->name();
336 VLOG(1) << "Stopped " << dtc->name();
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.cc 49 VLOG(1) << "Received message: " << name << " with args "
74 VLOG(1) << "Handling event: " << name << " with args " << args.ToString();
  /external/chromium/chrome/browser/download/
download_file_manager.cc 75 VLOG(20) << __FUNCTION__ << "()" << " info = " << info->DebugString();
212 VLOG(20) << __FUNCTION__ << "()" << " id = " << id
246 VLOG(20) << __FUNCTION__ << "()" << " id = " << id;
253 VLOG(20) << __FUNCTION__ << "()"
268 VLOG(20) << " " << __FUNCTION__ << "()"
309 VLOG(20) << __FUNCTION__ << "()" << " id = " << id
317 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString();
335 VLOG(20) << __FUNCTION__ << "()" << " id = " << id
347 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString();
418 VLOG(20) << " " << __FUNCTION__ << "()
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 248 VLOG(1) << "Num extensions before: " << base::IntToString(num_before)
253 VLOG(1) << " " << (*service->extensions())[i]->id();
255 VLOG(1) << "Errors follow:";
260 VLOG(1) << *iter;
385 VLOG(1) << "Got EXTENSION_LOADED notification.";
390 VLOG(1) << "Got EXTENSION_UPDATE_DISABLED notification.";
395 VLOG(1) << "Got EXTENSION_HOST_DID_STOP_LOADING notification.";
400 VLOG(1) << "Got EXTENSION_INSTALLED notification.";
406 VLOG(1) << "Got EXTENSION_INSTALL_ERROR notification.";
411 VLOG(1) << "Got EXTENSION_PROCESS_CREATED notification."
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 73 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
87 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
95 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
106 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
183 VLOG(1) << "Satisfying request for " << params_.url << " from cache";
195 VLOG(1) << "Reporting limit skipped for " << params_.url
199 VLOG(1) << "Too many report phishing requests sent recently, "
  /external/chromium/chrome/browser/chromeos/cros/
cros_library_loader.cc 32 VLOG(1) << "Cros Time: " << name << ": " << delta.InMilliseconds() << "ms.";
  /external/chromium/chrome/browser/net/
net_log_logger.cc 39 VLOG(1) << json;
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 32 VLOG(1) << "MockSpeechInputBubble created";
38 VLOG(1) << "MockSpeechInputBubble invoking delegate for type " << type_;
92 VLOG(1) << "Received InfoBubbleButtonClicked for button " << button;
103 VLOG(1) << "Received InfoBubbleFocusChanged";
  /external/chromium/base/
tools_sanity_unittest.cc 42 VLOG(1) << "Reading a byte out of bounds: " << c;
47 VLOG(1) << "Reading a byte out of bounds: " << c;
  /external/chromium/net/base/
keygen_handler_unittest.cc 79 VLOG(1) << "KeygenHandler produced: " << result;
140 VLOG(1) << "KeygenHandler " << i << " produced: " << results[i];
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 138 VLOG(1) << "Disk added: " << disk->device_path();
140 VLOG(1) << "Empty system path for " << disk->device_path();
160 VLOG(1) << "Disk removed: " << disk->device_path();
178 VLOG(1) << "Disk changed : " << disk->device_path();
195 VLOG(1) << "Device added : " << device_path;
209 VLOG(1) << "Device scanned : " << device_path;
  /external/chromium/net/tools/flip_server/
mem_cache.cc 87 VLOG(1) << "Attempting to open dir: \"" << current_dir_name << "\"";
98 VLOG(1) << "Succeeded opening";
105 VLOG(1) << "Found file: " << current_entry_name;
108 VLOG(1) << "Found subdir: " << current_entry_name;
111 VLOG(1) << "Adding to search path: " << current_entry_name;
116 VLOG(1) << "Oops, no data left. Closing dir.";
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 320 VLOG(1) << "Waiting for file creation";
324 VLOG(1) << "Waiting for file change";
328 VLOG(1) << "Waiting for file deletion";
354 VLOG(1) << "Create File";
356 VLOG(1) << "Waiting for file creation";
360 VLOG(1) << "Waiting for file modification";
385 VLOG(1) << "Waiting for file deletion";
389 VLOG(1) << "Waiting for file creation";
402 VLOG(1) << "Waiting for directory creation";
406 VLOG(1) << "Waiting for file1 creation"
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 375 VLOG(1) << "AwaitQuiescence.";
509 VLOG(1) << "EnableSyncForDatatype(): Enabled sync for datatype "
512 VLOG(1) << "EnableSyncForDatatype(): Sync already enabled for datatype "
529 VLOG(1) << "DisableSyncForDatatype(): Disabled sync for datatype "
532 VLOG(1) << "DisableSyncForDatatype(): Sync already disabled for datatype "
553 VLOG(1) << "EnableSyncForAllDatatypes(): Enabled sync for all datatypes on "
564 VLOG(1) << "DisableSyncForAllDatatypes(): Disabled sync for all datatypes on "
579 VLOG(1) << "Client " << id_ << ": " << message
593 VLOG(1) << "Client " << id_ << ": " << message
597 VLOG(1) << "Client " << id_ << ": " << messag
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc 329 VLOG(1) << "Start retrieving proxy setting from device";
332 VLOG(1) << "Fail to retrieve proxy setting from device";
418 VLOG(1) << "Cannot set bypass rules for proxy mode ["
455 VLOG(1) << "Stored proxy setting to device";
468 VLOG(1) << "Retrieved proxy setting from device, value=[" << value << "]";
497 VLOG(1) << "Start storing proxy setting to device, value=" << value;
505 VLOG(1) << "Pending persisting proxy setting to device";
523 VLOG(1) << "Couldn't post task to IO thread to set new proxy config";
528 VLOG(1) << "Proxy configuration changed";

Completed in 536 milliseconds

12 3 4 5 6 7 8 9