Searched refs:profile_ (Results 1 - 25 of 451) sorted by last modified time

1234567891011>>

/external/webp/src/dec/
H A Dvp8.c311 frm_hdr->profile_ = (bits >> 1) & 7;
314 if (frm_hdr->profile_ > 3)
H A Dvp8i.h106 uint8_t profile_; member in struct:__anon15027
/external/webp/src/enc/
H A Dsyntax.c188 err = PutVP8FrameHeader(pic, enc->profile_, size0);
H A Dvp8enci.h367 int profile_; // VP8's profile, deduced from Config. member in struct:VP8Encoder
H A Dwebpenc.c246 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2;
/external/v8/tools/
H A Dtickprocessor.js103 this.profile_ = new V8Profile();
114 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
116 this.profile_.addCode(type, name, start, size);
122 this.profile_.moveCode(from, to);
127 this.profile_.deleteCode(start);
132 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
218 this.profile_ = new V8Profile(separateIc);
298 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
304 self.profile_.addStaticCode(fName, fStart, fEnd);
316 this.profile_
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc81 profile_.reset(new TestingProfile());
93 profile_.reset(NULL);
H A Ddesktop_notifications_unittest.h68 Profile* profile() { return profile_.get(); }
99 scoped_ptr<TestingProfile> profile_; member in class:chromeos::DesktopNotificationsTest
H A Dsystem_notification.cc29 : profile_(profile),
42 : profile_(profile),
75 collection_->AddSystemNotification(notify, profile_,
H A Dsystem_notification.h82 Profile* profile_; member in class:chromeos::SystemNotification
/external/chromium/chrome/browser/chromeos/
H A Dsms_observer.cc19 : profile_(profile) {
20 DCHECK(profile_);
104 profile_,
H A Dsms_observer.h43 Profile* profile_; member in class:chromeos::SmsObserver
/external/chromium/chrome/browser/
H A Dcontent_setting_bubble_model.cc508 profile_(profile),
H A Dcontent_setting_bubble_model.h96 Profile* profile() const { return profile_; }
121 Profile* profile_; member in class:ContentSettingBubbleModel
H A Dcontent_setting_bubble_model_unittest.cc30 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_GEOLOCATION));
54 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_IMAGES));
72 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_COOKIES));
90 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_PLUGINS));
106 HostContentSettingsMap* map = profile_->GetHostContentSettingsMap();
128 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_PLUGINS));
172 profile_->GetGeolocationContentSettingsMap();
194 contents(), profile_.get(), CONTENT_SETTINGS_TYPE_IMAGES));
H A Dcontent_setting_image_model_unittest.cc29 TestTabContents tab_contents(profile_.get(), NULL);
49 TestTabContents tab_contents(profile_.get(), NULL);
52 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting(
73 TestTabContents tab_contents(profile_.get(), NULL);
H A Dcookies_tree_model_unittest.cc34 profile_.reset(new TestingProfile());
35 profile_->CreateRequestContext();
37 new MockBrowsingDataDatabaseHelper(profile_.get());
39 new MockBrowsingDataLocalStorageHelper(profile_.get());
41 new MockBrowsingDataLocalStorageHelper(profile_.get());
43 new MockBrowsingDataAppCacheHelper(profile_.get());
45 new MockBrowsingDataIndexedDBHelper(profile_.get());
49 net::CookieMonster* monster = profile_->GetCookieMonster();
220 scoped_ptr<TestingProfile> profile_; member in class:__anon1908::CookiesTreeModelTest
236 net::CookieMonster* monster = profile_
[all...]
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_notification_provider.cc83 : profile_(profile) {
84 prefs_registrar_.Init(profile_->GetPrefs());
194 if (!profile_->IsOffTheRecord()) {
205 Source<Profile>(profile_));
209 if (!profile_->IsOffTheRecord()) {
231 DesktopNotificationServiceFactory::GetForProfile(profile_)),
237 PrefService* prefs = profile_->GetPrefs();
250 PrefService* prefs = profile_->GetPrefs();
276 if (profile_->IsOffTheRecord())
278 PrefService* prefs = profile_
[all...]
H A Dcontent_settings_notification_provider.h100 Profile* profile_; member in class:content_settings::NotificationProvider
H A Dcontent_settings_policy_provider.cc102 : profile_(profile),
103 is_off_the_record_(profile_->IsOffTheRecord()) {
125 Source<Profile>(profile_));
163 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
185 DCHECK_EQ(profile_, Source<Profile>(source).ptr());
194 if (!profile_)
198 Source<Profile>(profile_));
199 profile_ = NULL;
206 if (profile_ == NULL)
210 Source<HostContentSettingsMap>(profile_
[all...]
H A Dcontent_settings_policy_provider.h68 Profile* profile_; member in class:content_settings::PolicyDefaultProvider
142 Profile* profile_; member in class:content_settings::PolicyProvider
H A Dcontent_settings_pref_provider.cc91 : profile_(profile),
92 is_incognito_(profile_->IsOffTheRecord()),
115 Source<Profile>(profile_));
144 PrefService* prefs = profile_->GetPrefs();
182 PrefService* prefs = profile_->GetPrefs();
195 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
212 DCHECK_EQ(profile_, Source<Profile>(source).ptr());
221 if (!profile_)
225 Source<Profile>(profile_));
226 profile_
[all...]
H A Dcontent_settings_pref_provider.h79 Profile* profile_; member in class:content_settings::PrefDefaultProvider
157 Profile* profile_; member in class:content_settings::PrefProvider
H A Dhost_content_settings_map.cc62 : profile_(profile),
63 is_off_the_record_(profile_->IsOffTheRecord()),
77 PrefService* prefs = profile_->GetPrefs();
111 Source<Profile>(profile_));
308 PrefService* prefs = profile_->GetPrefs();
342 PrefService* prefs = profile_->GetPrefs();
378 PrefService* prefs = profile_->GetPrefs();
398 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
405 block_third_party_cookies_ = profile_->GetPrefs()->GetBoolean(
408 profile_
[all...]
H A Dhost_content_settings_map.h191 Profile* profile_; member in class:HostContentSettingsMap

Completed in 249 milliseconds

1234567891011>>