IsFromProfile 249 chrome/browser/bookmarks/bookmark_node_data.cc if (!IsFromProfile(profile)) IsFromProfile 160 chrome/browser/bookmarks/bookmark_node_data.h bool IsFromProfile(Profile* profile) const; IsFromProfile 149 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc node_data->same_profile = data.IsFromProfile(profile); IsFromProfile 26 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc if (data.IsFromProfile(profile)) { IsFromProfile 83 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc if (data.IsFromProfile(profile) && data.size() > 1) IsFromProfile 111 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc if (data.IsFromProfile(profile)) { IsFromProfile 29 chrome/browser/ui/views/extensions/browser_action_drag_data.h bool IsFromProfile(Profile* profile) const; IsFromProfile 53 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile())); IsFromProfile 193 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc return drop_data.IsFromProfile(owner_->profile()); IsFromProfile 279 chrome/browser/ui/views/toolbar/browser_actions_container.cc return drop_data.Read(data) ? drop_data.IsFromProfile(profile_) : false;