/external/chromium_org/ui/base/ |
ui_base_types.cc | 12 ui::MenuSourceType source_type = ui::MENU_SOURCE_MOUSE; local 14 source_type = ui::MENU_SOURCE_KEYBOARD; 16 source_type = ui::MENU_SOURCE_TOUCH; 17 return source_type;
|
/external/chromium_org/ui/views/ |
context_menu_controller.h | 35 ui::MenuSourceType source_type) = 0;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
conversion_traits.hpp | 27 typedef typename base_::source_type source_type; typedef in struct:boost::numeric::conversion_traits
|
converter_policies.hpp | 31 typedef S source_type ; typedef in struct:boost::numeric::Trunc 35 static source_type nearbyint ( argument_type s ) 53 typedef S source_type ; typedef in struct:boost::numeric::Floor 57 static source_type nearbyint ( argument_type s ) 72 typedef S source_type ; typedef in struct:boost::numeric::Ceil 76 static source_type nearbyint ( argument_type s ) 91 typedef S source_type ; typedef in struct:boost::numeric::RoundEven 95 static source_type nearbyint ( argument_type s )
|
converter.hpp | 25 class Float2IntRounder = Trunc< BOOST_DEDUCED_TYPENAME Traits::source_type> ,
|
/external/libsepol/src/ |
avtab.c | 55 (keyp->source_type << 9)) & mask); 94 if (key->source_type == cur->key.source_type && 99 if (key->source_type < cur->key.source_type) 101 if (key->source_type == cur->key.source_type && 104 if (key->source_type == cur->key.source_type && 134 if (key->source_type == cur->key.source_type & [all...] |
/external/chromium_org/ui/views/controls/menu/ |
menu_runner_handler.h | 25 ui::MenuSourceType source_type,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
conversion_traits.hpp | 42 typedef S source_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl 67 typedef N source_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl 83 typedef typename remove_cv<S>::type source_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits 85 typedef typename is_same<target_type,source_type>::type is_trivial ; 88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
|
converter.hpp | 100 typedef typename Traits::source_type S ; 114 typedef typename Traits::source_type S ; 129 typedef typename Traits::source_type S ; 145 typedef typename Traits::source_type S ; 161 typedef typename Traits::source_type S ; 177 typedef typename Traits::source_type S ; 193 typedef typename Traits::source_type S ; 331 typedef typename Traits::source_type S ; 460 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl 487 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::rounding_converter 515 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter [all...] |
/external/chromium_org/chrome/browser/ui/views/download/ |
download_shelf_context_menu_view.cc | 26 ui::MenuSourceType source_type) { 49 source_type,
|
download_shelf_context_menu_view.h | 41 ui::MenuSourceType source_type);
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_view.h | 29 ui::MenuSourceType source_type) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
toolbar_button.h | 52 ui::MenuSourceType source_type) OVERRIDE; 65 virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
|
toolbar_button.cc | 146 ui::MenuSourceType source_type) { 151 ShowDropDownMenu(source_type); 167 void ToolbarButton::ShowDropDownMenu(ui::MenuSourceType source_type) { 213 source_type, 225 source_type,
|
/external/chromium_org/third_party/skia/src/utils/ |
SkTFitsIn.h | 28 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False 39 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD 51 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero 62 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD 76 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either 77 static bool apply(source_type s) { 91 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
|
/external/skia/src/utils/ |
SkTFitsIn.h | 28 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False 39 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD 51 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero 62 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD 76 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either 77 static bool apply(source_type s) { 91 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_instructions_view.h | 47 ui::MenuSourceType source_type) OVERRIDE;
|
bookmark_context_menu.cc | 64 ui::MenuSourceType source_type) { 72 views::MenuItemView::TOPLEFT, source_type,
|
bookmark_context_menu.h | 49 ui::MenuSourceType source_type);
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip_controller.h | 73 ui::MenuSourceType source_type) = 0;
|
fake_base_tab_strip_controller.h | 40 ui::MenuSourceType source_type) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
media_galleries_dialog_views.h | 64 ui::MenuSourceType source_type) OVERRIDE; 80 ui::MenuSourceType source_type,
|
/art/compiler/sea_ir/types/ |
type_inference_visitor.cc | 77 const Type* source_type = type_data_->FindTypeOf((*cit)->Id()); local 78 if (source_type != NULL) { 79 types_to_merge.push_back(source_type);
|
/external/chromium_org/ash/shell/ |
window_type_launcher.h | 59 ui::MenuSourceType source_type) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_frame.h | 89 ui::MenuSourceType source_type) OVERRIDE;
|