HomeSort by relevance Sort by last modified time
    Searched full:is_null (Results 51 - 75 of 1446) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/media/
rtc_video_capture_delegate.cc 99 if (!captured_callback_.is_null()) {
102 if (!state_callback_.is_null())
113 if (!state_callback_.is_null())
120 if (!error_occured_ && !state_callback_.is_null())
  /external/chromium_org/jingle/glue/
channel_socket_adapter.cc 34 if (!destruction_callback_.is_null())
49 DCHECK(!callback.is_null());
50 CHECK(read_callback_.is_null());
70 DCHECK(!callback.is_null());
71 CHECK(write_callback_.is_null());
124 if (!read_callback_.is_null()) {
131 if (!write_callback_.is_null()) {
147 if (!read_callback_.is_null()) {
174 if (!write_callback_.is_null()) {
  /external/chromium_org/media/webm/
webm_stream_parser.cc 37 DCHECK(init_cb_.is_null());
38 DCHECK(!init_cb.is_null());
39 DCHECK(!config_cb.is_null());
40 DCHECK(!new_buffers_cb.is_null());
41 DCHECK(!need_key_cb.is_null());
42 DCHECK(!new_segment_cb.is_null());
43 DCHECK(!end_of_segment_cb.is_null());
173 WebMTracksParser tracks_parser(log_cb_, text_cb_.is_null());
216 if (!init_cb_.is_null()) {
  /external/chromium_org/ppapi/cpp/private/
flash_font_file.h 21 // Default constructor for making an is_null() FontFile resource.
  /external/chromium_org/ppapi/tests/
test_image_data.cc 34 if (!a.is_null())
39 if (!b.is_null())
67 if (!zero_size.is_null())
71 if (!zero_height.is_null())
75 if (!zero_width.is_null())
110 if (!huge_size.is_null())
125 if (img.is_null())
159 if (img.is_null())
175 if (device.is_null())
test_buffer.cc 31 if (!zero_size.is_null())
39 if (buffer.is_null())
64 if (device.is_null())
71 if (buffer.is_null())
83 if (buffer->is_null() ||
  /external/chromium_org/chrome/browser/drive/
drive_api_service.cc 142 DCHECK(!callback.is_null());
174 DCHECK(!callback.is_null());
203 DCHECK(!callback.is_null());
225 DCHECK(!callback.is_null());
251 DCHECK(!callback.is_null());
354 DCHECK(!callback.is_null());
371 DCHECK(!callback.is_null());
397 DCHECK(!callback.is_null());
415 DCHECK(!callback.is_null());
441 DCHECK(!callback.is_null());
    [all...]
  /external/chromium_org/chrome/renderer/
page_load_histograms.cc 224 Time begin = (request.is_null() ? navigation_start : request_start);
226 DCHECK(!navigation_start.is_null());
235 if (request_start.is_null())
241 // DCHECK(!load_event_start.is_null());
242 // DCHECK(!load_event_end.is_null());
248 if (!redirect_start.is_null() && !redirect_end.is_null()) {
279 if (!dom_loading.is_null()) {
284 if (!dom_interactive.is_null() && !dom_loading.is_null()) {
    [all...]
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl.cc 25 DCHECK(!task.is_null()) << from_here.ToString();
33 DCHECK(!task.is_null()) << from_here.ToString();
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility_stub.cc 34 if (callback_.is_null())
42 if (callback_.is_null())
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl.cc 33 DCHECK(!task.is_null());
34 DCHECK(!callback.is_null());
  /external/chromium_org/content/browser/android/
content_video_view.cc 66 if (!content_video_view.is_null()) {
75 if (!content_video_view.is_null()) {
85 if (!content_video_view.is_null()) {
94 if (!content_video_view.is_null()) {
103 if (!content_video_view.is_null()) {
116 if (!content_video_view.is_null())
188 if (content_video_view.is_null())
210 if (!content_video_view.is_null()) {
  /external/chromium_org/content/browser/vibration/
vibration_provider_android.cc 31 if (j_vibration_provider_.is_null()) {
45 if (j_vibration_provider_.is_null())
  /external/chromium_org/content/common/dom_storage/
dom_storage_map_unittest.cc 32 EXPECT_TRUE(map->Key(0).is_null());
33 EXPECT_TRUE(map->Key(100).is_null());
34 EXPECT_TRUE(map->GetItem(kKey).is_null());
45 EXPECT_TRUE(old_nullable_value.is_null());
48 EXPECT_TRUE(map->Key(1).is_null());
50 EXPECT_TRUE(map->GetItem(kKey2).is_null());
59 EXPECT_TRUE(old_nullable_value.is_null());
76 EXPECT_TRUE(copy->Key(2).is_null());
  /external/chromium_org/net/cert/
single_request_cert_verifier.cc 36 DCHECK(!cur_request_ && cur_request_callback_.is_null());
58 DCHECK(cur_request_ && !cur_request_callback_.is_null());
  /external/chromium_org/net/dns/
dns_config_service.cc 98 DCHECK(!callback.is_null());
99 DCHECK(callback_.is_null());
106 DCHECK(!callback.is_null());
107 DCHECK(callback_.is_null());
116 if (!last_invalidate_config_time_.is_null()) {
130 if (!last_invalidate_hosts_time_.is_null()) {
151 if (!changed && !last_sent_empty_time_.is_null()) {
171 if (!changed && !last_sent_empty_time_.is_null()) {
  /external/chromium_org/ppapi/cpp/dev/
buffer_dev.h 16 // Creates an is_null() Buffer object.
22 // resulting object will be is_null() if either Create() or Map() fails.
  /external/chromium_org/tools/gn/
settings.cc 25 DCHECK(!build_settings->build_dir().is_null());
31 if (!toolchain_output_dir_.is_null())
loader.cc 114 const Label& toolchain_name = in_toolchain_name.is_null()
123 DCHECK(toolchain_name.is_null());
140 if (toolchain_name.is_null())
146 DCHECK(!default_toolchain_label_.is_null());
166 DCHECK(!default_toolchain_label_.is_null());
191 if (label.is_null()) {
192 if (default_toolchain_label_.is_null())
303 if (default_toolchain_label.is_null()) {
309 DCHECK(settings->toolchain_label().is_null());
345 DCHECK(record->settings.default_toolchain_label().is_null());
    [all...]
  /external/chromium_org/ui/gfx/image/
image_skia_util_ios.mm 22 if (!image_skia_rep.is_null())
46 if (image_skia_rep.is_null())
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation.cc 54 DCHECK(!callback.is_null());
71 DCHECK(!callback.is_null());
94 DCHECK(!callback.is_null());
121 DCHECK(!callback.is_null());
147 DCHECK(!callback.is_null());
  /external/chromium_org/chrome/browser/net/
dns_probe_runner.cc 91 DCHECK(!callback.is_null());
93 DCHECK(callback_.is_null());
121 return !callback_.is_null();
128 DCHECK(!callback_.is_null());
143 DCHECK(!callback_.is_null());
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.cc 45 CHECK(java_location_provider_android_object_.is_null());
53 CHECK(java_location_provider_android_object_.is_null());
65 CHECK(!java_location_provider_android_object_.is_null());
75 CHECK(java_location_provider_android_object_.is_null());
149 CHECK(!java_location_provider_android_object_.is_null());
  /external/chromium_org/v8/src/
allocation-site-scopes.cc 36 if (top().is_null()) {
46 ASSERT(!current().is_null());
57 ASSERT(!scope_site.is_null());
65 if (!object.is_null() && !object->IsFailure()) {
66 bool top_level = !scope_site.is_null() &&
  /external/chromium_org/chromeos/attestation/
attestation_flow.cc 32 if (!on_fail.is_null())
37 if (!task.is_null())
48 if (!callback.is_null())
52 if (!callback.is_null())
141 if (!on_failure.is_null())
162 if (!on_failure.is_null())
182 if (!on_failure.is_null())
188 if (!next_task.is_null())
252 if (!callback.is_null())
277 if (!callback.is_null())
    [all...]

Completed in 1069 milliseconds

1 23 4 5 6 7 8 91011>>