OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:per_user
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h
53
bool
per_user
() const { return per_user_; }
function in class:PnaclComponentInstaller
55
// If
per_user
, function to call when profile is changed.
pnacl_component_installer.cc
422
if (pci->
per_user
()
451
// If
per_user
, create a profile observer to watch for logins.
/external/chromium_org/chrome_frame/
test_utils.cc
85
DCHECK(registration_type ==
PER_USER
|| registration_type == SYSTEM_LEVEL);
94
if (registration_type ==
PER_USER
)
245
} else if (registration_type_ ==
PER_USER
) {
test_utils.h
35
PER_USER
,
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.h
243
// for sharing data between executions of the app. If the
per_user
arg is
245
virtual bool GetAppDataFolder(Pathname* path, bool
per_user
) = 0;
389
static bool GetAppDataFolder(Pathname* path, bool
per_user
) {
390
return EnsureDefaultFilesystem()->GetAppDataFolder(path,
per_user
);
unixfilesystem.cc
379
bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool
per_user
) {
385
if (
per_user
) {
401
// per-user and we don't have the
per_user
distinction.
404
if (
per_user
) {
unixfilesystem.h
98
virtual bool GetAppDataFolder(Pathname* path, bool
per_user
);
win32filesystem.h
106
virtual bool GetAppDataFolder(Pathname* path, bool
per_user
);
win32filesystem.cc
363
bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool
per_user
) {
367
int csidl =
per_user
? CSIDL_LOCAL_APPDATA : CSIDL_COMMON_APPDATA;
/external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h
245
// for sharing data between executions of the app. If the
per_user
arg is
247
virtual bool GetAppDataFolder(Pathname* path, bool
per_user
) = 0;
391
static bool GetAppDataFolder(Pathname* path, bool
per_user
) {
392
return EnsureDefaultFilesystem()->GetAppDataFolder(path,
per_user
);
fileutils_mock.h
244
bool GetAppDataFolder(Pathname *path, bool
per_user
) {
245
EXPECT_TRUE(
per_user
) << "Unsupported operation";
unixfilesystem.cc
377
bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool
per_user
) {
383
if (
per_user
) {
401
if (
per_user
) {
unixfilesystem.h
116
virtual bool GetAppDataFolder(Pathname* path, bool
per_user
);
win32filesystem.h
106
virtual bool GetAppDataFolder(Pathname* path, bool
per_user
);
win32filesystem.cc
363
bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool
per_user
) {
367
int csidl =
per_user
? CSIDL_LOCAL_APPDATA : CSIDL_COMMON_APPDATA;
/external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.h
359
// Returns the type of test bed,
PER_USER
or SYSTEM_LEVEL.
chrome_frame_test_utils.cc
698
return ScopedChromeFrameRegistrar::
PER_USER
;
Completed in 703 milliseconds