OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_null
(Results
176 - 200
of
1446
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/media/filters/
video_decoder_selector.cc
33
DCHECK(select_decoder_cb_.
is_null
());
61
if (set_decryptor_ready_cb_.
is_null
()) {
82
if (select_decoder_cb_.
is_null
())
decrypting_video_decoder_unittest.cc
50
if (!arg0.
is_null
())
145
EXPECT_TRUE(pending_video_decode_cb_.
is_null
());
155
EXPECT_FALSE(pending_video_decode_cb_.
is_null
());
168
if (!pending_video_decode_cb_.
is_null
()) {
175
if (!pending_init_cb_.
is_null
()) {
176
ASSERT_TRUE(pending_video_decode_cb_.
is_null
());
407
EXPECT_FALSE(decryptor_ready_cb.
is_null
());
424
EXPECT_FALSE(pending_init_cb_.
is_null
());
/external/chromium_org/net/base/
prioritized_dispatcher.cc
56
if (handle.
is_null
())
65
DCHECK(!handle.
is_null
());
138
if (handle.
is_null
()) {
/external/chromium_org/net/disk_cache/flash/
flash_entry_impl.cc
35
DCHECK(callback.
is_null
());
39
DCHECK(!callback.
is_null
() && old_internal_entry_.get());
133
DCHECK(!callback_.
is_null
());
/external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.h
23
/// Constructs an
is_null
() IME input event object.
27
/// event. If the given event is itself
is_null
() or is not an IME input
28
/// event, the object will be
is_null
().
/external/chromium_org/tools/gn/
gyp_helper.cc
23
if (!target->gyp_file().
is_null
())
71
if (file.
is_null
())
89
if (dir.
is_null
())
label.h
35
//
is_null
() label and sets the error.
41
bool
is_null
() const { return dir_.
is_null
(); }
function in class:Label
/external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc
181
if (!lost_context_callback_.
is_null
())
195
DCHECK(lost_context_callback_.
is_null
() ||
196
lost_context_callback.
is_null
());
/external/chromium_org/base/files/
file_util_proxy.cc
21
DCHECK(!callback.
is_null
());
49
DCHECK(!callback.
is_null
());
92
DCHECK(!callback.
is_null
());
124
if (!callback.
is_null
()) {
147
if (!callback.
is_null
()) {
176
if (!callback.
is_null
()) {
/external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc
40
DCHECK(!model_load_callback.
is_null
());
51
DCHECK(model_load_callback_.
is_null
());
68
DCHECK(!model_load_callback_.
is_null
());
80
DCHECK(!start_callback.
is_null
());
81
DCHECK(start_callback_.
is_null
());
109
DCHECK(start_callback_.
is_null
());
/external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc
111
if (close_start_time_.
is_null
())
126
if (unload_detached_start_time_.
is_null
())
155
if (!close_start_time_.
is_null
()) {
166
if (!before_unload_end_time_.
is_null
())
168
if (!unload_detached_start_time_.
is_null
())
175
if (!before_unload_end_time_.
is_null
())
/external/chromium_org/content/renderer/media/
rtc_video_decoder_factory_tv.cc
104
DCHECK(read_cb_.
is_null
());
118
if (!read_cb_.
is_null
())
125
if (read_cb_.
is_null
() || buffer_queue_.empty())
207
DCHECK(!status_cb.
is_null
());
212
DCHECK(!callback.
is_null
());
234
if (!init_cb_.
is_null
())
/external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.cc
35
if (!t.
is_null
())
41
if (!node->date_added().
is_null
()) {
/external/chromium_org/base/
async_socket_io_handler_posix.cc
27
DCHECK(!read_complete_.
is_null
());
47
DCHECK(!read_complete_.
is_null
());
/external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc
36
return !last_awaken_time_.
is_null
();
99
if (last_awaken_time_.
is_null
())
/external/chromium_org/chrome/browser/android/
password_ui_view_android.cc
39
if (!ui_controller.
is_null
()) {
49
if (!ui_controller.
is_null
()) {
/external/chromium_org/chrome/browser/invalidation/
invalidation_controller_android.cc
25
if (invalidation_controller_.
is_null
()) {
51
if (invalidation_controller_.
is_null
()) {
/external/chromium_org/chrome/browser/
safe_json_parser.cc
65
if (!success_callback_.
is_null
())
68
if (!error_callback_.
is_null
())
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.cc
95
if (!last_access_time_.
is_null
())
97
if (!last_modified_time_.
is_null
()) {
/external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_loader_android.cc
22
if (jstring.
is_null
())
32
if (!jarray.
is_null
()) {
/external/chromium_org/content/renderer/pepper/
ppb_flash_message_loop_impl.cc
82
if (!callback.
is_null
())
110
if (!state_->run_callback().
is_null
())
/external/chromium_org/media/base/android/
media_drm_bridge.cc
168
if (media_drm_bridge->j_media_drm_.
is_null
())
235
if (!j_media_drm_.
is_null
())
274
if (closure.
is_null
()) {
279
DCHECK(media_crypto_ready_cb_.
is_null
());
281
if (!GetMediaCrypto().
is_null
()) {
290
DCHECK(!GetMediaCrypto().
is_null
());
291
if (!media_crypto_ready_cb_.
is_null
())
364
DCHECK(reset_credentials_cb_.
is_null
());
/external/chromium_org/net/cookies/
cookie_store_test_helpers.cc
73
if (!callback.
is_null
())
79
if (!callback.
is_null
())
/external/chromium_org/net/http/
http_auth_handler.cc
70
DCHECK(callback_.
is_null
());
98
if (!callback.
is_null
())
/external/chromium_org/net/quic/
quic_reliable_client_stream.cc
53
if (!HasBufferedData() && !callback_.
is_null
()) {
101
DCHECK(callback_.
is_null
());
Completed in 1177 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>