| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| fileapi_util.h | 18 class Profile; 66 // Returns a file system context associated with the given profile and the 69 Profile* profile, 72 // Returns a file system context associated with the given profile and the 75 Profile* profile, 81 // API that may be distinguished for each profile by the appended "xxx" part.) 83 Profile* profile, [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| profile.rb | 36 module Profile 37 =begin rdoc ANTLR3::Profile::ParserEvents 39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by 40 recognition code generated by ANTLR when called with the <tt>-profile</tt> 50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included 66 def profile method in class:ANTLR3.Profile.ParserEvents 67 @debug_listener.profile 95 unless const_defined?( :Profile ) 96 Profile = Struct.new( 107 class Profile [all...] |
| /external/chromium_org/chrome/browser/profiles/ |
| profile_metrics.cc | 11 #include "chrome/browser/profiles/profile.h" 67 // Maximum age for "active" profile is 4 weeks. 102 UMA_HISTOGRAM_CUSTOM_COUNTS("Profile.LockedProfilesDuration", 164 UMA_HISTOGRAM_COUNTS_100("Profile.NumberOfProfiles", counts.total); 168 UMA_HISTOGRAM_COUNTS_100("Profile.NumberOfManagedProfiles", 170 UMA_HISTOGRAM_COUNTS_100("Profile.PercentageOfManagedProfiles", 172 UMA_HISTOGRAM_COUNTS_100("Profile.NumberOfSignedInProfiles", 174 UMA_HISTOGRAM_COUNTS_100("Profile.NumberOfUnusedProfiles", 176 UMA_HISTOGRAM_COUNTS_100("Profile.NumberOfSignedInProfilesWithGAIAIcons", 186 UMA_HISTOGRAM_ENUMERATION("Profile.AddNewUser", metric [all...] |
| /external/chromium_org/chrome/browser/chromeos/app_mode/ |
| kiosk_diagnosis_runner.cc | 13 #include "chrome/browser/profiles/profile.h" 26 static KioskDiagnosisRunner* GetForProfile(Profile* profile) { 28 GetInstance()->GetServiceForBrowserContext(profile, true)); 52 Profile* profile = static_cast<Profile*>(context); variable 53 return new KioskDiagnosisRunner(profile); 61 void KioskDiagnosisRunner::Run(Profile* profile, [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/ |
| fake_login_utils.cc | 18 #include "chrome/browser/profiles/profile.h" 31 void FakeLoginUtils::DoBrowserLaunch(Profile* profile, 35 UserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile); 46 profile, 66 // Make sure that we get the real Profile instead of the login Profile. 68 Profile* profile = UserManager::Get()->GetProfileByUser(user); local 69 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername [all...] |
| help_app_launcher.cc | 41 Profile* profile = ProfileHelper::GetSigninProfile(); local 43 extensions::ExtensionSystem::Get(profile)->extension_service(); 54 ShowHelpTopicDialog(profile, GURL(url)); 65 void HelpAppLauncher::ShowHelpTopicDialog(Profile* profile, 69 profile,
|
| /external/chromium_org/chrome/browser/notifications/ |
| message_center_settings_controller.cc | 26 #include "chrome/browser/profiles/profile.h" 68 Profile* profile); 71 Profile* profile() const { return profile_; } function in class:message_center::ProfileNotifierGroup 74 Profile* profile_; 84 // Try to get the profile 93 Profile* profile) 95 profile_(profile) { 334 Profile* profile = notifier_groups_[current_notifier_group_]->profile(); local 484 Profile* profile = user_manager->GetProfileByUser(user); local [all...] |
| message_center_settings_controller_unittest.cc | 109 CreateProfile("Profile-1"); 110 CreateProfile("Profile-2"); 116 base::UTF8ToUTF16("Profile-1")); 120 base::UTF8ToUTF16("Profile-2")); 124 base::UTF8ToUTF16("Profile-1")); 129 base::UTF8ToUTF16("Profile-2")); 134 base::UTF8ToUTF16("Profile-1")); 138 CreateProfile("Profile-1"); 139 CreateProfile("Profile-2"); 145 base::UTF8ToUTF16("Profile-1")) [all...] |
| /external/chromium_org/chrome/browser/ui/app_list/ |
| app_list_service.h | 17 class Profile; 50 static void InitAll(Profile* initial_profile); 68 // Show the app list for the profile configured in the user data dir for the 73 virtual void CreateForProfile(Profile* requested_profile) = 0; 75 // Show the app list for the given profile. If it differs from the profile the 77 // profile to local prefs as the default app list profile. 78 virtual void ShowForProfile(Profile* requested_profile) = 0; 84 virtual void AutoShowForProfile(Profile* requested_profile) = 0 [all...] |
| /external/chromium_org/chrome/browser/ui/ash/ |
| app_sync_ui_state.cc | 11 #include "chrome/browser/profiles/profile.h" 33 AppSyncUIState* AppSyncUIState::Get(Profile* profile) { 34 return AppSyncUIStateFactory::GetForProfile(profile); 38 bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) { 43 if (!profile || profile->IsOffTheRecord()) 46 if (!ProfileSyncServiceFactory::HasProfileSyncService(profile)) 49 return profile->IsNewProfile() [all...] |
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| browser_window_property_manager_win.cc | 12 #include "chrome/browser/profiles/profile.h" 30 profile_pref_registrar_.Init(view_->browser()->profile()->GetPrefs()); 32 // Monitor the profile icon version on Windows so that we can set the browser 46 Profile* profile = browser->profile(); local 53 profile->GetPath()) : 54 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath()); 63 ExtensionRegistry* registry = ExtensionRegistry::Get(profile); 69 web_app::UpdateRelaunchDetailsForApp(profile, extension, hwnd) [all...] |
| /external/chromium_org/content/renderer/media/ |
| rtc_video_encoder_factory.cc | 19 const media::VideoEncodeAccelerator::SupportedProfile& profile) { 24 if (profile.profile >= media::VP8PROFILE_MIN && 25 profile.profile <= media::VP8PROFILE_MAX) { 28 } else if (profile.profile >= media::H264PROFILE_MIN && 29 profile.profile <= media::H264PROFILE_MAX) { 35 width = profile.max_resolution.width() [all...] |
| /external/chromium_org/ui/gfx/ |
| color_profile_win.cc | 21 bool Find(const std::wstring& device, std::vector<char>* profile) { 26 *profile = it->second; 30 void Insert(const std::wstring& device, const std::vector<char>& profile) { 32 cache_[device] = profile; 66 std::vector<char>* profile) { 67 DCHECK(profile->empty()); 77 if (GetColorProfileCache().Find(monitor.szDevice, profile)) 89 if (file_name != base::FilePath(L"sRGB Color Space Profile.icm")) { 92 profile->assign(data.data(), data.data() + data.size()); 93 size_t length = profile->size() [all...] |
| /external/libpng/contrib/examples/ |
| iccfrompng.c | 30 static png_byte no_profile[] = "no profile"; 39 /* Initialize for error or no profile: */ 65 png_bytep profile; local 67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, 72 memcpy(result, profile, *proflen); 75 png_error(png_ptr, "OOM allocating profile buffer"); 95 png_bytep profile = extract(fp, &proflen); local 97 if (profile != NULL && profile != no_profile) 123 if (fwrite(profile, proflen, 1, of) == 1 & [all...] |
| /external/chromium_org/chrome/browser/safe_browsing/ |
| incident_reporting_service_unittest.cc | 39 typedef base::Callback<void(Profile*)> PreProfileAddCallback; 71 virtual void OnProfileAdded(Profile* profile) OVERRIDE { 72 pre_profile_add_callback_.Run(profile); 73 safe_browsing::IncidentReportingService::OnProfileAdded(profile); 109 // A type for specifying whether or not a profile created by CreateProfile 117 // profile initialization (before NOTIFICATION_PROFILE_ADDED is sent). 171 // Creates and returns a profile (owned by the profile manager) with or 177 // Create prefs for the profile with safe browsing enabled or not 519 Profile* profile = CreateProfile( local 568 Profile* profile = CreateProfile( local [all...] |
| /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
| EnforcerDeviceAdminReceiver.java | 25 * Handles events related to managed profile. 30 * Called on the new profile when managed profile provisioning has completed. Managed profile 31 * provisioning is the process of setting up the device so that it has a separate profile which 33 * Note that the managed profile is not fully visible until it is enabled. 37 // EnableProfileActivity is launched with the newly set up profile.
|
| /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
| BasicDeviceAdminReceiver.java | 25 * Handles events related to managed profile. 30 * Called on the new profile when managed profile provisioning has completed. Managed profile 31 * provisioning is the process of setting up the device so that it has a separate profile which 33 * Note that the managed profile is not fully visible until it is enabled. 37 // EnableProfileActivity is launched with the newly set up profile.
|
| /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
| EnforcerDeviceAdminReceiver.java | 25 * Handles events related to managed profile. 30 * Called on the new profile when managed profile provisioning has completed. Managed profile 31 * provisioning is the process of setting up the device so that it has a separate profile which 33 * Note that the managed profile is not fully visible until it is enabled. 37 // EnableProfileActivity is launched with the newly set up profile.
|
| /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
| BasicDeviceAdminReceiver.java | 25 * Handles events related to managed profile. 30 * Called on the new profile when managed profile provisioning has completed. Managed profile 31 * provisioning is the process of setting up the device so that it has a separate profile which 33 * Note that the managed profile is not fully visible until it is enabled. 37 // EnableProfileActivity is launched with the newly set up profile.
|
| /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
| EnforcerDeviceAdminReceiver.java | 25 * Handles events related to managed profile. 30 * Called on the new profile when managed profile provisioning has completed. Managed profile 31 * provisioning is the process of setting up the device so that it has a separate profile which 33 * Note that the managed profile is not fully visible until it is enabled. 37 // EnableProfileActivity is launched with the newly set up profile.
|
| /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/ |
| BasicDeviceAdminReceiver.java | 25 * Handles events related to managed profile. 30 * Called on the new profile when managed profile provisioning has completed. Managed profile 31 * provisioning is the process of setting up the device so that it has a separate profile which 33 * Note that the managed profile is not fully visible until it is enabled. 37 // EnableProfileActivity is launched with the newly set up profile.
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| drive_notification_manager_factory_browsertest.cc | 11 #include "chrome/browser/profiles/profile.h" 29 // profile on the login screen. 32 Profile* signin_profile = 51 // profile or the guest profile while a guest session is in progress. 56 Profile* guest_profile = user_manager->GetProfileByUser( 58 Profile* signin_profile =
|
| /external/chromium_org/chrome/browser/chromeos/power/ |
| power_prefs_unittest.cc | 17 #include "chrome/browser/profiles/profile.h" 46 const Profile* GetProfile() const; 48 std::string GetExpectedPowerPolicyForProfile(Profile* profile) const; 50 bool GetExpectedAllowScreenWakeLocksForProfile(Profile* profile) const; 90 const Profile* PowerPrefsTest::GetProfile() const { 95 Profile* profile) const { 96 const PrefService* prefs = profile->GetPrefs() [all...] |
| /external/chromium_org/chrome/browser/custom_handlers/ |
| protocol_handler_registry_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 20 Profile* profile) { 22 GetInstance()->GetServiceForBrowserContext(profile, true)); 56 content::BrowserContext* profile) const { 58 static_cast<Profile*>(profile), new ProtocolHandlerRegistry::Delegate());
|
| /external/chromium_org/chrome/browser/devtools/device/ |
| port_forwarding_controller.h | 16 class Profile; 22 explicit PortForwardingController(Profile* profile); 34 // Returns PortForwardingController associated with |profile|. 35 static PortForwardingController* GetForProfile(Profile* profile); 84 Profile* profile_;
|