HomeSort by relevance Sort by last modified time
    Searched refs:can_be_default (Results 1 - 17 of 17) sorted by null

  /external/qemu/audio/
noaudio.c 165 .can_be_default = 1,
audio_int.h 150 int can_be_default; member in struct:audio_driver
wavaudio.c 480 INIT_FIELD (can_be_default = ) 0,
coreaudio.c 801 .can_be_default = 1,
dsoundaudio.c 1025 .can_be_default = 1,
esdaudio.c 637 .can_be_default = 0,
fmodaudio.c 682 .can_be_default = 1,
paaudio.c 612 .can_be_default = 1,
winaudio.c 660 INIT_FIELD (can_be_default = ) 1,
alsaaudio.c     [all...]
ossaudio.c 930 .can_be_default = 1,
audio.c     [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.cc 194 bool can_be_default,
content_browser_client.h 353 // If |can_be_default| is false, the caller is telling the embedder that the
366 bool can_be_default,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 66 bool can_be_default,
chrome_content_browser_client.cc 740 bool can_be_default,
756 // If |can_be_default| is false, the caller is stating that the |site|
762 bool is_isolated = !can_be_default;
763 if (can_be_default) {
787 // Assert that if |can_be_default| is false, the code above must have found a
791 CHECK(can_be_default || !partition_domain->empty());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]

Completed in 460 milliseconds