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

  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 37 bool IsFromProfile(const Profile* profile) const;
browser_action_drag_data.cc 42 return drop_data.Read(data) && drop_data.IsFromProfile(profile);
45 bool BrowserActionDragData::IsFromProfile(const Profile* profile) const {
browser_action_drag_data_unittest.cc 53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));

Completed in 555 milliseconds