HomeSort by relevance Sort by last modified time
    Searched full:dcheck (Results 151 - 175 of 7371) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/chromeos/views/
copy_background.cc 16 DCHECK(background_owner_);
17 DCHECK(background_owner_->background());
22 DCHECK(background);
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.cc 20 DCHECK(CalledOnValidThread());
26 DCHECK(CalledOnValidThread());
27 DCHECK(loader_->policy());
configuration_policy_loader_win.cc 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
75 DCHECK(object == user_policy_changed_event_.handle() ||
  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.cc 22 DCHECK(!initialized_);
33 DCHECK(initialized_);
34 DCHECK(template_url);
45 DCHECK(initialized_);
46 DCHECK(template_url);
53 DCHECK(host_to_urls_map_.find(host) != host_to_urls_map_.end());
56 DCHECK(urls.find(template_url) != urls.end());
66 DCHECK(initialized_);
67 DCHECK(existing_turl);
82 DCHECK(initialized_)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.cc 31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
32 DCHECK(profile_sync_factory);
33 DCHECK(profile);
34 DCHECK(sync_service);
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
43 DCHECK(start_callback);
57 DCHECK(state_ == NOT_RUNNING || state_ == MODEL_STARTING);
107 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(!start_callback_.get())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.cc 19 DCHECK(!widget_);
22 DCHECK(g_object_is_floating(widget));
37 DCHECK(!g_object_is_floating(widget));
  /external/chromium/net/disk_cache/
addr.cc 12 DCHECK(is_block_file());
17 DCHECK(is_block_file() || !value_);
22 DCHECK(is_separate_file());
  /external/chromium_org/cc/resources/
single_release_callback.cc 14 DCHECK(!callback_.is_null())
19 DCHECK(callback_.is_null() || has_been_run_)
24 DCHECK(!has_been_run_) << "SingleReleaseCallback was run more than once.";
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher.cc 22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
23 DCHECK(!callback.is_null());
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 DCHECK(!callback.is_null());
88 DCHECK(!local_file_watcher_);
104 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_shared_client.cc 26 DCHECK(!g_service_discovery_client);
39 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
55 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.cc 28 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::FILE));
41 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
42 DCHECK(!device_handle_.empty());
51 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
59 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
60 DCHECK(snapshot_file_details.get());
82 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
83 DCHECK(snapshot_file_details.get());
108 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
109 DCHECK(snapshot_file_details.get())
    [all...]
  /external/chromium_org/chrome/browser/net/
net_log_temp_file.cc 28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
89 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
94 DCHECK(!log_path_.empty());
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
120 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
127 DCHECK(!log_path_.empty());
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
149 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING))
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_handle.cc 33 DCHECK(CalledOnValidThread());
39 DCHECK(CalledOnValidThread());
45 DCHECK(CalledOnValidThread());
50 DCHECK(CalledOnValidThread());
57 DCHECK(CalledOnValidThread());
64 DCHECK(CalledOnValidThread());
102 DCHECK(CalledOnValidThread());
103 DCHECK(prerender_data_.get());
111 DCHECK(CalledOnValidThread());
112 DCHECK(prerender_data_.get())
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.cc 26 DCHECK(file_system_context->default_file_task_runner()->
30 DCHECK(backend);
31 DCHECK(backend->change_tracker());
47 DCHECK(file_system_context_);
48 DCHECK(url_.is_valid());
49 DCHECK(!callback_.is_null());
50 DCHECK(sync_status_);
52 DCHECK(fileapi::VirtualPath::IsRootPath(url.path()));
72 DCHECK(!sync_status_->IsWritable(url_));
73 DCHECK(!sync_status_->IsWriting(url_))
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.cc 21 DCHECK(!widget_);
24 DCHECK(g_object_is_floating(widget));
39 DCHECK(!g_object_is_floating(widget));
  /external/chromium_org/components/nacl/renderer/
pnacl_translation_resource_host.cc 28 DCHECK(io_message_loop_->BelongsToCurrentThread());
33 DCHECK(io_message_loop_->BelongsToCurrentThread());
38 DCHECK(io_message_loop_->BelongsToCurrentThread());
43 DCHECK(io_message_loop_->BelongsToCurrentThread());
49 DCHECK(io_message_loop_->BelongsToCurrentThread());
65 DCHECK(PpapiGlobals::Get()->
87 DCHECK(io_message_loop_->BelongsToCurrentThread());
104 DCHECK(PpapiGlobals::Get()->
118 DCHECK(io_message_loop_->BelongsToCurrentThread());
123 DCHECK(pending_cache_requests_.count(instance) == 0)
    [all...]
  /external/chromium_org/mojo/system/
platform_channel.cc 17 DCHECK(is_valid());
28 DCHECK(!name_.empty());
35 DCHECK(handle.is_valid());
  /external/chromium_org/printing/
printing_context_gtk.cc 49 DCHECK(create_dialog_func);
50 DCHECK(!create_dialog_func_);
55 DCHECK(print_dialog_);
56 DCHECK(metafile);
69 DCHECK(!in_print_job_);
97 DCHECK(!in_print_job_);
98 DCHECK(!external_preview) << "Not implemented";
113 DCHECK(!in_print_job_);
122 DCHECK(!in_print_job_);
133 DCHECK(in_print_job_)
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
cancelation_signal.cc 17 DCHECK(!handler_);
22 DCHECK(!handler_);
44 DCHECK(!signalled_);
  /external/chromium_org/sync/test/engine/
fake_model_worker.cc 18 DCHECK(CalledOnValidThread());
27 DCHECK(CalledOnValidThread());
33 DCHECK(CalledOnValidThread());
  /external/chromium_org/ui/base/gtk/
owned_widget_gtk.cc 21 DCHECK(!widget_);
24 DCHECK(g_object_is_floating(widget));
39 DCHECK(!g_object_is_floating(widget));
  /external/chromium_org/ui/gl/
scoped_make_current.cc 20 DCHECK(context);
21 DCHECK(surface);
27 DCHECK(previous_surface_.get());
  /external/chromium_org/webkit/browser/fileapi/quota/
open_file_handle.cc 13 DCHECK(sequence_checker_.CalledOnValidSequencedThread());
17 DCHECK(sequence_checker_.CalledOnValidSequencedThread());
37 DCHECK(sequence_checker_.CalledOnValidSequencedThread());
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.cc 49 DCHECK(message_loop_->BelongsToCurrentThread());
52 DCHECK(!demuxer_stream_);
66 DCHECK(message_loop_->BelongsToCurrentThread());
68 DCHECK(!read_cb.is_null());
79 DCHECK(message_loop_->BelongsToCurrentThread());
80 DCHECK(state_ != kUninitialized) << state_;
81 DCHECK(state_ != kStopped) << state_;
82 DCHECK(reset_cb_.is_null());
86 // TODO(xhwang): This should not happen. Remove it, DCHECK against the
89 DCHECK(!init_cb_.is_null())
    [all...]
  /art/runtime/entrypoints/portable/
portable_cast_entrypoints.cc 26 DCHECK(dest_type != NULL);
27 DCHECK(src_type != NULL);
34 DCHECK(dest_type->IsClass()) << PrettyClass(dest_type);
35 DCHECK(src_type->IsClass()) << PrettyClass(src_type);
47 DCHECK(array != NULL);
49 DCHECK(array_class != NULL);

Completed in 805 milliseconds

1 2 3 4 5 67 8 91011>>