OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFromProfile
(Results
1 - 9
of
9
) sorted by null
/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/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/chrome/browser/extensions/
extension_bookmark_manager_api.cc
122
bool same_profile = data.
IsFromProfile
(profile);
/external/chromium/chrome/browser/ui/views/
browser_actions_container.cc
587
return drop_data.Read(data) ? drop_data.
IsFromProfile
(profile_) : false;
[
all
...]
Completed in 231 milliseconds