Searched defs:source_type (Results 1 - 25 of 54) sorted by relevance

123

/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/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
/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
/external/chromium_org/ui/views/controls/menu/
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/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc113 ui::MenuSourceType source_type) {
110 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
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
H A Dbookmark_menu_controller_views.cc141 ui::MenuSourceType source_type) {
142 return menu_delegate_->ShowContextMenu(source, id, p, source_type);
138 ShowContextMenu(MenuItemView* source, int id, const gfx::Point& p, ui::MenuSourceType source_type) argument
/external/chromium_org/chrome/browser/ui/views/toolbar/
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
H A Dreload_button.cc125 void ReloadButton::ShowDropDownMenu(ui::MenuSourceType source_type) { argument
126 ToolbarButton::ShowDropDownMenu(source_type); // Blocks.
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.cc129 ui::MenuSourceType source_type) {
139 source_type) ==
127 ShowContextMenuForView(View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/libsepol/include/sepol/policydb/
H A Davtab.h47 uint16_t source_type; member in struct:avtab_key
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc209 ui::MenuSourceType source_type) {
210 Shell::GetInstance()->ShowContextMenu(point, source_type);
206 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.cc384 ui::MenuSourceType source_type) {
399 source_type) == MenuRunner::MENU_DELETED) {
381 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc144 ui::MenuSourceType source_type) {
163 source_type));
140 ShowContextMenu( views::MenuItemView* source, int id, const gfx::Point& p, ui::MenuSourceType source_type) argument
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 Dmedia_galleries_dialog_views.cc297 ui::MenuSourceType source_type) {
301 ShowContextMenu(point, source_type, iter->first);
308 ui::MenuSourceType source_type,
318 source_type) ==
294 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
307 ShowContextMenu(const gfx::Point& point, ui::MenuSourceType source_type, MediaGalleryPrefId id) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc252 ui::MenuSourceType source_type) {
271 source_type) ==
250 ShowContextMenuForView(views::View* source, const gfx::Point& p, ui::MenuSourceType source_type) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc88 ui::MenuSourceType source_type) {
85 ShowContextMenuForTab( Tab* tab, const gfx::Point& p, ui::MenuSourceType source_type) argument
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h152 ui::MenuSourceType source_type; member in struct:content::ContextMenuParams
/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/net/tools/get_server_time/
H A Dget_server_time.cc115 const char* const source_type = variable
128 VLOG(1) << source_type << "(" << entry.source().id << "): "
/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/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc338 ui::MenuSourceType source_type) {
353 source_type) ==
336 ShowContextMenuForView(views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.cc270 ui::MenuSourceType source_type) {
278 View::ShowContextMenu(p, source_type);
269 ShowContextMenu(const gfx::Point& p, ui::MenuSourceType source_type) argument

Completed in 8649 milliseconds

123