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

  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 29 bool IsFromProfile(Profile* profile) const;
browser_action_drag_data.cc 25 bool BrowserActionDragData::IsFromProfile(Profile* profile) const {
browser_action_drag_data_unittest.cc 53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
browser_action_overflow_menu_controller.cc 154 return drop_data.IsFromProfile(owner_->profile());
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 32 bool IsFromProfile(Profile* profile) const;
browser_action_drag_data.cc 24 bool BrowserActionDragData::IsFromProfile(Profile* profile) const {
browser_action_drag_data_unittest.cc 53 ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
browser_action_overflow_menu_controller.cc 138 return drop_data.IsFromProfile(owner_->profile());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 20 if (data.IsFromProfile(profile)) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.h 151 bool IsFromProfile(Profile* profile) const;
bookmark_node_data.cc 295 if (!IsFromProfile(profile))
327 bool BookmarkNodeData::IsFromProfile(Profile* profile) const {
bookmark_utils.cc 240 if (data.IsFromProfile(profile) && data.size() > 1)
262 if (data.IsFromProfile(profile)) {
292 if (data.IsFromProfile(profile)) {
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data.h 156 bool IsFromProfile(Profile* profile) const;
bookmark_node_data.cc 220 if (!IsFromProfile(profile))
252 bool BookmarkNodeData::IsFromProfile(Profile* profile) const {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 84 if (data.IsFromProfile(profile) && data.size() > 1)
112 if (data.IsFromProfile(profile)) {
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.cc 122 bool same_profile = data.IsFromProfile(profile);
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 139 bool same_profile = data.IsFromProfile(profile);
  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc 246 return drop_data.Read(data) ? drop_data.IsFromProfile(profile_) : false;
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 587 return drop_data.Read(data) ? drop_data.IsFromProfile(profile_) : false;
    [all...]

Completed in 1561 milliseconds