OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_restriction_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_apitest.h
47
void RestrictToProfile(Profile* profile) {
profile_restriction_
= profile; }
66
Profile*
profile_restriction_
;
member in class:ExtensionApiTest::ResultCatcher
extension_apitest.cc
27
:
profile_restriction_
(NULL),
64
if (
profile_restriction_
&&
65
Source<Profile>(source).ptr() !=
profile_restriction_
) {
Completed in 692 milliseconds