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

  /external/chromium_org/ui/views/widget/
drop_helper.cc 104 std::set<OSExchangeData::CustomFormat> custom_formats; local
107 view->GetDropFormats(&formats, &custom_formats) &&
108 data.HasAnyFormat(formats, custom_formats) &&
114 custom_formats.clear();
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 855 std::set<OSExchangeData::CustomFormat> custom_formats; local
859 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
861 EXPECT_TRUE(custom_formats.empty());
867 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
869 EXPECT_TRUE(custom_formats.empty());
874 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats));
876 EXPECT_TRUE(custom_formats.empty());
954 std::set<OSExchangeData::CustomFormat> custom_formats; local
1007 std::set<OSExchangeData::CustomFormat> custom_formats; local
    [all...]
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...]

Completed in 150 milliseconds