OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileShortcutManager
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.cc
7
ProfileShortcutManager
::~
ProfileShortcutManager
() {
10
ProfileShortcutManager
::
ProfileShortcutManager
() {
profile_shortcut_manager_stub.cc
8
bool
ProfileShortcutManager
::IsFeatureEnabled() {
13
ProfileShortcutManager
*
ProfileShortcutManager
::Create(
profile_shortcut_manager.h
16
class
ProfileShortcutManager
{
18
virtual ~
ProfileShortcutManager
();
48
static
ProfileShortcutManager
* Create(ProfileManager* manager);
51
ProfileShortcutManager
();
54
DISALLOW_COPY_AND_ASSIGN(
ProfileShortcutManager
);
profile_shortcut_manager_win.h
34
class ProfileShortcutManagerWin : public
ProfileShortcutManager
,
55
//
ProfileShortcutManager
implementation:
profile_manager.h
204
ProfileShortcutManager
* profile_shortcut_manager();
355
scoped_ptr<
ProfileShortcutManager
> profile_shortcut_manager_;
profile_shortcut_manager_win.cc
654
bool
ProfileShortcutManager
::IsFeatureEnabled() {
662
ProfileShortcutManager
*
ProfileShortcutManager
::Create(
[
all
...]
profile_manager.cc
304
if (
ProfileShortcutManager
::IsFeatureEnabled() && !user_data_dir_.empty())
305
profile_shortcut_manager_.reset(
ProfileShortcutManager
::Create(
[
all
...]
profile_shortcut_manager_unittest_win.cc
53
ProfileShortcutManager
::Create(profile_manager_->profile_manager()));
280
scoped_ptr<
ProfileShortcutManager
> profile_shortcut_manager_;
352
// Cause an update in
ProfileShortcutManager
by modifying the profile info
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
120
ProfileShortcutManager
::IsFeatureEnabled());
379
DCHECK(
ProfileShortcutManager
::IsFeatureEnabled());
393
ProfileShortcutManager
* shortcut_manager =
440
DCHECK(
ProfileShortcutManager
::IsFeatureEnabled());
441
ProfileShortcutManager
* shortcut_manager =
456
DCHECK(
ProfileShortcutManager
::IsFeatureEnabled());
457
ProfileShortcutManager
* shortcut_manager =
create_profile_handler.cc
242
ProfileShortcutManager
* shortcut_manager =
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc
53
ProfileShortcutManager
* shortcut_manager = NULL;
Completed in 93 milliseconds