Searched refs:IsFromProfilePath (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_drag_drop.cc31 if (data.IsFromProfilePath(profile->GetPath())) {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.cc96 if (data.IsFromProfilePath(profile_path) && data.size() > 1)
141 if (data.IsFromProfilePath(profile_path)) {
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h166 bool IsFromProfilePath(const base::FilePath& profile_path) const;
H A Dbookmark_node_data.cc251 if (!IsFromProfilePath(profile_path))
283 bool BookmarkNodeData::IsFromProfilePath( function in class:bookmarks::BookmarkNodeData
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc150 node_data->same_profile = data.IsFromProfilePath(profile_path);

Completed in 140 milliseconds