/external/chromium_org/ui/views/window/ |
dialog_delegate.cc | 42 params.top_level = true;
|
/external/chromium_org/ui/views/widget/ |
widget_unittest.cc | 2001 Widget* top_level = new Widget; local [all...] |
widget.cc | 131 top_level(false), 158 top_level(false), 215 params.top_level = true; 347 is_top_level_ = params.top_level || 351 params.top_level = is_top_level_; [all...] |
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 62 TOP_LEVEL, # The type of the 'Google Chrome' folder. 103 # to that datatype. Note that TOP_LEVEL has no such token. 209 return TOP_LEVEL 295 included = set(data_types) - set([TOP_LEVEL]) 298 excluded = set(ALL_TYPES) - included - set([TOP_LEVEL]) 419 self._state[TOP_LEVEL] = min(self._state.itervalues()) 424 if data_type == TOP_LEVEL: 461 if data_type == TOP_LEVEL: [all...] |
/external/chromium_org/chrome/browser/ui/views/message_center/ |
message_center_widget_delegate.cc | 141 params.top_level = true;
|
/external/chromium_org/chrome/browser/ui/views/ |
screen_capture_notification_ui_views.cc | 162 params.top_level = true;
|
/external/chromium/base/ |
file_util_unittest.cc | 1563 FilePath top_level = test_root; local [all...] |
/external/chromium_org/base/ |
file_util_unittest.cc | 1670 FilePath top_level = test_root; local [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
event_rewriter.cc | 301 aura::Window* top_level = views::corewm::GetToplevelWindow(target); 302 return top_level && 303 ash::wm::GetWindowState(top_level)->top_row_keys_are_function_keys(); [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
availability_finder.py | 74 self._top_level_object_store = create_object_store('top_level')
|
/external/chromium_org/gpu/config/ |
gpu_control_list.cc | 420 const base::DictionaryValue* value, bool top_level, 428 if (top_level) { 747 if (top_level) { 769 if (top_level) { [all...] |
gpu_control_list.h | 287 const base::DictionaryValue* value, bool top_level,
|
/external/chromium_org/ui/message_center/views/ |
toast_contents_view.cc | 358 params.top_level = true;
|
notification_view.cc | 269 bool top_level) { 294 if (top_level)
|
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 964 ne_parse(nestegg * ctx, struct ebml_element_desc * top_level) 1023 if (top_level && ctx->ancestor->node == top_level) { 1024 ctx->log(ctx, NESTEGG_LOG_DEBUG, "*** parse about to back up past top_level"); [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 95 // Helper to load an extension from context_menus/top_level/|subdirectory| in 100 test_data_dir_.AppendASCII("context_menus").AppendASCII("top_level");
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/ |
elfos.h | 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\ 338 && ! AT_END && TOP_LEVEL \
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
elfos.h | 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\ 338 && ! AT_END && TOP_LEVEL \
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/ |
elfos.h | 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\ 338 && ! AT_END && TOP_LEVEL \
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
elfos.h | 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\ 338 && ! AT_END && TOP_LEVEL \
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
native_app_window_views.cc | 297 init_params.top_level = true; 424 params.top_level = true; [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.c | 1066 TOP_LEVEL is non-zero when called at the top level. */ 1070 cplus_demangle_mangled_name (struct d_info *di, int top_level) 1078 && top_level) 1082 p = d_encoding (di, top_level); 1086 if (top_level && (di->options & DMGL_PARAMS) != 0) [all...] |
/external/gcc-demangle/ |
cp-demangle.c | 1041 TOP_LEVEL is non-zero when called at the top level. */ 1045 cplus_demangle_mangled_name (struct d_info *di, int top_level) 1051 && top_level) 1055 return d_encoding (di, top_level); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 207 TOP_LEVEL is nonzero if this variable has file scope.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 207 TOP_LEVEL is nonzero if this variable has file scope.
|