/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 | 193 bool can_be_default,
|
content_browser_client.h | 376 // If |can_be_default| is false, the caller is telling the embedder that the 389 bool can_be_default,
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client.h | 66 bool can_be_default,
|
chrome_content_browser_client.cc | 781 bool can_be_default, 797 // If |can_be_default| is false, the caller is stating that the |site| 803 bool is_isolated = !can_be_default; 804 if (can_be_default) { 828 // Assert that if |can_be_default| is false, the code above must have found a [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | [all...] |