Searched defs:GetFormatMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc105 SelectionFormatMap OSExchangeDataProviderAuraX11::GetFormatMap() const { function in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc213 fetched_targets_ = client->GetFormatMap();
912 ui::SelectionFormatMap DesktopDragDropClientAuraX11::GetFormatMap() const { function in class:views::DesktopDragDropClientAuraX11
913 return source_provider_ ? source_provider_->GetFormatMap() :
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp186 static const FormatMap &GetFormatMap(GLuint clientVersion) function in namespace:gl
913 static const FormatMap &formatMap = GetFormatMap(2);
945 static const FormatMap &formatMap = GetFormatMap(2);
1196 static const FormatMap &formats = GetFormatMap(clientVersion);
1371 const FormatMap &formats = GetFormatMap(clientVersion);
1807 static const FormatMap &formats = GetFormatMap(clientVersion);

Completed in 291 milliseconds