OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_formats
(Results
26 - 42
of
42
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc
35
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) {
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.h
188
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) OVERRIDE;
omnibox_view_views.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h
213
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) OVERRIDE;
browser_actions_container.cc
436
std::set<OSExchangeData::CustomFormat>*
custom_formats
) {
437
return BrowserActionDragData::GetDropFormats(
custom_formats
);
[
all
...]
wrench_menu.cc
909
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) {
912
bookmark_menu_delegate_->GetDropFormats(menu, formats,
custom_formats
);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc
170
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) {
172
custom_formats
->insert(BookmarkNodeData::GetBookmarkCustomFormat());
bookmark_bar_view.cc
849
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) {
853
custom_formats
->insert(BookmarkNodeData::GetBookmarkCustomFormat());
[
all
...]
/external/chromium_org/ui/app_list/views/
apps_grid_view.h
142
std::set<OSExchangeData::CustomFormat>*
custom_formats
) OVERRIDE;
apps_grid_view.cc
909
std::set<OSExchangeData::CustomFormat>*
custom_formats
) {
[
all
...]
/external/chromium_org/ui/views/controls/menu/
menu_controller.h
142
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
);
menu_controller.cc
647
std::set<OSExchangeData::CustomFormat>*
custom_formats
) {
649
source->GetMenuItem(), formats,
custom_formats
);
[
all
...]
/external/chromium_org/ui/views/controls/textfield/
textfield.h
224
std::set<ui::OSExchangeData::CustomFormat>*
custom_formats
) OVERRIDE;
textfield.cc
818
std::set<OSExchangeData::CustomFormat>*
custom_formats
) {
824
controller_->AppendDropFormats(formats,
custom_formats
);
830
std::set<OSExchangeData::CustomFormat>
custom_formats
;
local
831
GetDropFormats(&formats, &
custom_formats
);
833
data.HasAnyFormat(formats,
custom_formats
);
[
all
...]
/external/chromium_org/ui/views/
view.h
[
all
...]
view.cc
[
all
...]
/external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc
99
std::set<OSExchangeData::CustomFormat>*
custom_formats
) OVERRIDE {
[
all
...]
Completed in 308 milliseconds
1
2