HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK (Results 51 - 75 of 6975) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.cc 25 DCHECK(file_system_context->default_file_task_runner()->
29 DCHECK(backend);
30 DCHECK(backend->change_tracker());
46 DCHECK(file_system_context_.get());
47 DCHECK(url_.is_valid());
48 DCHECK(!callback_.is_null());
49 DCHECK(sync_status_);
51 DCHECK(storage::VirtualPath::IsRootPath(url.path()));
71 DCHECK(!sync_status_->IsWritable(url_));
72 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/content/browser/
time_zone_monitor.cc 14 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
18 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/sql/
transaction.cc 23 DCHECK(!is_open_) << "Beginning a transaction twice!";
29 DCHECK(is_open_) << "Attempting to roll back a nonexistent transaction. "
36 DCHECK(is_open_) << "Attempting to commit a nonexistent transaction. "
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 41 DCHECK(!code_object_.is_null());
49 DCHECK(allow_macro_instructions_);
50 DCHECK(!rd.IsZero());
58 DCHECK(allow_macro_instructions_);
59 DCHECK(!rd.IsZero());
66 DCHECK(allow_macro_instructions_);
74 DCHECK(allow_macro_instructions_);
75 DCHECK(!rd.IsZero());
83 DCHECK(allow_macro_instructions_);
84 DCHECK(!rd.IsZero())
    [all...]
  /external/chromium_org/base/test/
test_simple_task_runner.cc 14 DCHECK(thread_checker_.CalledOnValidThread());
21 DCHECK(thread_checker_.CalledOnValidThread());
32 DCHECK(thread_checker_.CalledOnValidThread());
40 DCHECK(thread_checker_.CalledOnValidThread());
46 DCHECK(thread_checker_.CalledOnValidThread());
51 DCHECK(thread_checker_.CalledOnValidThread());
56 DCHECK(thread_checker_.CalledOnValidThread());
61 DCHECK(thread_checker_.CalledOnValidThread());
66 DCHECK(thread_checker_.CalledOnValidThread());
test_timeouts.h 22 DCHECK(initialized_);
29 DCHECK(initialized_);
37 DCHECK(initialized_);
44 DCHECK(initialized_);
  /external/chromium_org/base/threading/
non_thread_safe_impl.cc 16 DCHECK(CalledOnValidThread());
  /external/chromium_org/base/win/
scoped_select_object.h 22 DCHECK(hdc_);
23 DCHECK(object);
24 DCHECK(oldobj_ != NULL && oldobj_ != HGDI_ERROR);
29 DCHECK((GetObjectType(oldobj_) != OBJ_REGION && object != NULL) ||
  /external/chromium_org/cc/test/
ordered_texture_map.cc 18 DCHECK(texture.get());
19 DCHECK(!ContainsId(id));
27 DCHECK(texture.get());
28 DCHECK(ContainsId(id));
35 DCHECK(map_it != textures_.end());
40 DCHECK(list_it != ordered_textures_.end());
51 DCHECK(ContainsId(id));
53 DCHECK(texture.get());
58 DCHECK(index < Size());
  /external/chromium_org/chrome/browser/android/provider/
blocking_ui_thread_async_request.cc 15 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.cc 23 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
29 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
30 DCHECK(!g_device_oauth2_token_service_);
38 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/ui/
browser_commands_mac.cc 18 DCHECK(browser);
  /external/chromium_org/jingle/glue/
task_pump.cc 18 DCHECK(CalledOnValidThread());
22 DCHECK(CalledOnValidThread());
35 DCHECK(CalledOnValidThread());
46 DCHECK(CalledOnValidThread());
56 // DCHECK(!HasTimeoutTask())
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.cc 16 DCHECK(CalledOnValidThread());
21 DCHECK(CalledOnValidThread());
30 DCHECK(CalledOnValidThread());
35 DCHECK(CalledOnValidThread());
  /external/chromium_org/media/audio/
null_audio_sink.cc 26 DCHECK(!initialized_);
33 DCHECK(task_runner_->BelongsToCurrentThread());
34 DCHECK(!playing_);
38 DCHECK(task_runner_->BelongsToCurrentThread());
46 DCHECK(task_runner_->BelongsToCurrentThread());
47 DCHECK(initialized_);
58 DCHECK(task_runner_->BelongsToCurrentThread());
73 DCHECK(task_runner_->BelongsToCurrentThread());
83 DCHECK(!initialized_);
  /external/chromium_org/media/mojo/services/
mojo_renderer_impl.cc 26 DCHECK(audio_renderer_provider);
32 DCHECK(task_runner_->BelongsToCurrentThread());
41 DCHECK(task_runner_->BelongsToCurrentThread());
57 DCHECK(task_runner_->BelongsToCurrentThread());
62 DCHECK(task_runner_->BelongsToCurrentThread());
67 DCHECK(task_runner_->BelongsToCurrentThread());
72 DCHECK(task_runner_->BelongsToCurrentThread());
82 DCHECK(task_runner_->BelongsToCurrentThread());
83 DCHECK(remote_audio_renderer_.get()); // We always bind the renderer.
88 DCHECK(task_runner_->BelongsToCurrentThread())
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
stress_support.h 28 #define STRESS_DCHECK(a) DCHECK(a)
  /external/chromium_org/net/proxy/
proxy_service_v8.cc 23 DCHECK(proxy_config_service);
24 DCHECK(proxy_script_fetcher);
25 DCHECK(dhcp_proxy_script_fetcher);
26 DCHECK(host_resolver);
  /external/chromium_org/net/quic/
quic_sustained_bandwidth_recorder.h 42 DCHECK(has_estimate_);
47 DCHECK(has_estimate_);
52 DCHECK(has_estimate_);
57 DCHECK(has_estimate_);
  /external/chromium_org/remoting/host/
ipc_video_frame_capturer.cc 25 DCHECK(!callback_);
26 DCHECK(callback);
32 DCHECK(!capture_pending_);
39 DCHECK(capture_pending_);
  /external/chromium_org/sandbox/linux/tests/
sandbox_test_runner_function_pointer.cc 21 DCHECK(function_to_run_);
  /external/chromium_org/tools/gn/
tool.h 35 DCHECK(!complete_);
44 DCHECK(!complete_);
45 DCHECK(ext.empty() || ext[0] == '.');
54 DCHECK(!complete_);
62 DCHECK(!complete_);
70 DCHECK(!complete_);
78 DCHECK(!complete_);
86 DCHECK(!complete_);
94 DCHECK(!complete_);
103 DCHECK(!complete_)
    [all...]
  /external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher.cc 15 DCHECK(delegate);
  /external/chromium_org/device/serial/
serial_io_handler.cc 20 DCHECK(CalledOnValidThread());
26 DCHECK(CalledOnValidThread());
27 DCHECK(open_complete_.is_null());
29 DCHECK(file_thread_message_loop_.get());
41 DCHECK(!open_complete_.is_null());
42 DCHECK(file_thread_message_loop_->RunsTasksOnCurrentThread());
43 DCHECK(!file_.IsValid());
47 DCHECK(base::IsStringASCII(port));
60 DCHECK(CalledOnValidThread());
61 DCHECK(!open_complete_.is_null())
    [all...]

Completed in 2734 milliseconds

1 23 4 5 6 7 8 91011>>