OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_error
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/
idle_linux.cc
71
bool
got_error
= gdk_error_trap_pop();
local
72
if (result && !
got_error
)
fullscreen_linux.cc
142
bool
got_error
= gdk_error_trap_pop();
local
143
return result && !
got_error
;
/external/chromium_org/chrome/browser/
fullscreen_gtk.cc
141
bool
got_error
= gdk_error_trap_pop();
local
142
return result && !
got_error
;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc
581
bool
got_error
) {
588
DispatchDirectoryChangeEvent(iter->second->virtual_path(),
got_error
,
594
bool
got_error
,
620
got_error
? kPathWatchError : kPathChanged);
event_router.h
128
bool
got_error
);
/external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc
1037
bool
got_error
= false;
local
[
all
...]
/external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc
1222
bool
got_error
= false;
local
[
all
...]
/external/flac/libFLAC/
metadata_iterators.c
171
FLAC__bool
got_error
;
member in struct:__anon21059
182
cd.
got_error
= false;
194
if(FLAC__stream_decoder_init_file(decoder, filename, write_callback_, metadata_callback_, error_callback_, &cd) != FLAC__STREAM_DECODER_INIT_STATUS_OK || cd.
got_error
) {
200
if(!FLAC__stream_decoder_process_until_end_of_metadata(decoder) || cd.
got_error
) {
270
if(!cd->
got_error
&& 0 == cd->object) {
272
cd->
got_error
= true;
282
cd->
got_error
= true;
[
all
...]
Completed in 919 milliseconds