Searched refs:source_type (Results 1 - 25 of 123) sorted by relevance

12345

/external/chromium_org/ui/base/
H A Dui_base_types.cc12 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/sepolicy/tools/sepolicy-analyze/
H A Ddups.c27 if (k->source_type == k->target_type)
33 sattr = &policydb->type_attr_map[k->source_type - 1];
35 stype = policydb->type_val_to_struct[k->source_type - 1];
44 avkey.source_type = i + 1;
46 if (avkey.source_type == k->source_type &&
49 if (avkey.source_type == avkey.target_type)
51 stype2 = policydb->type_val_to_struct[avkey.source_type - 1];
H A Dtypecmp.c21 if (k->source_type < c->key.source_type)
23 if (k->source_type == c->key.source_type &&
26 if (k->source_type == c->key.source_type &&
33 k->source_type == c->key.source_type &&
67 key.source_type = 0;
68 if (k->source_type
[all...]
H A Dutils.c15 policydb->p_type_val_to_name[key->source_type
16 ? key->source_type - 1 : idx],
17 key->target_type == key->source_type ? "self" :
/external/libsepol/src/
H A Davtab.c55 (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
[all...]
/external/chromium_org/ui/views/
H A Dcontext_menu_controller.h35 ui::MenuSourceType source_type) = 0;
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_context_menu_view.cc25 ui::MenuSourceType source_type) {
46 parent_widget, NULL, rect, position, source_type) ==
23 Run(views::Widget* parent_widget, const gfx::Rect& rect, ui::MenuSourceType source_type) argument
H A Ddownload_shelf_context_menu_view.h41 ui::MenuSourceType source_type);
/external/chromium_org/ui/message_center/views/
H A Dmessage_view_context_menu_controller.cc26 ui::MenuSourceType source_type) {
42 source_type));
23 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
H A Dmessage_view_context_menu_controller.h25 ui::MenuSourceType source_type) OVERRIDE;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_handler.h25 ui::MenuSourceType source_type,
H A Dmenu_message_pump_dispatcher_win.cc39 ui::MenuSourceType source_type = ui::MENU_SOURCE_MOUSE; local
41 source_type = ui::MENU_SOURCE_KEYBOARD;
43 item, item->GetCommand(), screen_loc, source_type);
H A Dmenu_runner.cc29 ui::MenuSourceType source_type) {
32 parent, button, bounds, anchor, source_type, run_types_);
44 switch (source_type) {
25 RunMenuAt(Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, ui::MenuSourceType source_type) argument
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.h31 ui::MenuSourceType source_type) OVERRIDE;
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.cc34 source_type(ui::MENU_SOURCE_NONE) {
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_button.h54 ui::MenuSourceType source_type) OVERRIDE;
67 virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
H A Dtoolbar_button.cc148 ui::MenuSourceType source_type) {
153 ShowDropDownMenu(source_type);
169 void ToolbarButton::ShowDropDownMenu(ui::MenuSourceType source_type) { argument
222 source_type);
235 source_type);
146 ShowContextMenuForView(View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkTFitsIn.h28 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/
H A DSkTFitsIn.h28 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/sepolicy/tools/
H A Dsepolicy-check.c63 int expand_and_check(int s_op, uint32_t source_type, argument
86 match &= check(s_op, source_type, cur->key.source_type);
128 key.source_type = key.target_type = key.target_class = 0;
167 key.source_type = src->s.value;
174 match = expand_and_check(s_op, key.source_type,
182 return expand_and_check(s_op, key.source_type,
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.h47 ui::MenuSourceType source_type) OVERRIDE;
H A Dbookmark_context_menu.cc63 ui::MenuSourceType source_type) {
73 source_type) == views::MenuRunner::MENU_DELETED) {
62 RunMenuAt(const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/net/base/
H A Dtrace_net_log_observer_unittest.cc35 std::string source_type; member in struct:net::__anon9061::TraceEntryInfo
44 EXPECT_TRUE(value.GetString("args.source_type", &info.source_type));
195 actual_item1.source_type);
204 actual_item2.source_type);
213 actual_item3.source_type);
246 actual_item1.source_type);
255 actual_item2.source_type);
284 actual_item1.source_type);
352 actual_item1.source_type);
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_action_view_controller.cc168 ui::MenuSourceType source_type) {
183 source_type);
189 DoShowContextMenu(source_type);
193 ui::MenuSourceType source_type) {
225 source_type) == views::MenuRunner::MENU_DELETED) {
165 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
192 DoShowContextMenu( ui::MenuSourceType source_type) argument
H A Dextension_action_view_controller.h114 ui::MenuSourceType source_type) OVERRIDE;
117 void DoShowContextMenu(ui::MenuSourceType source_type);

Completed in 921 milliseconds

12345