HomeSort by relevance Sort by last modified time
    Searched defs:GetBitmapFormatType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/clipboard/
clipboard_android.cc 363 const Clipboard::FormatType& Clipboard::GetBitmapFormatType() {
clipboard_gtk.cc 345 if (format.Equals(GetBitmapFormatType()))
432 if (IsFormatAvailable(GetBitmapFormatType(), buffer))
640 const Clipboard::FormatType& Clipboard::GetBitmapFormatType() {
clipboard_win.cc 744 const Clipboard::FormatType& Clipboard::GetBitmapFormatType() {
clipboard_aura.cc 477 else if (GetBitmapFormatType().Equals(format))
512 if (IsFormatAvailable(GetBitmapFormatType(), buffer))
661 const Clipboard::FormatType& Clipboard::GetBitmapFormatType() {
clipboard_aurax11.cc 589 if (target_list.ContainsFormat(GetBitmapFormatType()))
763 if (format.Equals(GetBitmapFormatType()))
824 const Clipboard::FormatType& Clipboard::GetBitmapFormatType() {

Completed in 111 milliseconds