HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 351 - 375 of 1500) sorted by null

<<11121314151617181920>>

  /external/oprofile/libpp/
populate_for_spu.cpp 4 * a Cell BE SPU profile
13 #include "profile.h"
61 profile_t profile; local
65 profile.add_sample_file(it->sample_filename);
66 opd_header header = profile.get_header();
81 profile.set_offset(*abfd);
89 samples.add(profile, *abfd, app_image, ip_grp_num);
95 check_mtime(filename, profile.get_header());
  /external/srtp/test/
dtls_srtp_driver.c 128 srtp_profile_t profile; local
172 profile = srtp_profile_aes128_cm_sha1_80;
173 key_len = srtp_profile_get_master_key_length(profile);
174 salt_len = srtp_profile_get_master_salt_length(profile);
180 /* initialize SRTP policy from profile */
181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile);
183 err = crypto_policy_set_from_profile_for_rtcp(&policy.rtcp, profile);
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 30 #include "chrome/browser/profiles/profile.h"
76 BookmarkModel* model = profile()->GetBookmarkModel();
115 DCHECK(profile()->GetBookmarkModel()->IsLoaded());
138 void ExtensionBookmarkEventRouter::DispatchEvent(Profile *profile,
141 if (profile->GetExtensionEventRouter()) {
142 profile->GetExtensionEventRouter()->DispatchEventToRenderers(
172 DispatchEvent(model->profile(), keys::kOnBookmarkMoved, json_args);
187 DispatchEvent(model->profile(), keys::kOnBookmarkCreated, json_args);
205 DispatchEvent(model->profile(), keys::kOnBookmarkRemoved, json_args)
    [all...]
extension_browsertest.h 73 Profile* profile) {
75 expected_change, profile);
146 Profile* profile);
extension_browser_event_router.h 27 // events from windows/tabs within a profile to extension processes in the same
28 // profile.
38 explicit ExtensionBrowserEventRouter(Profile* profile);
83 void PageActionExecuted(Profile* profile,
90 void BrowserActionExecuted(Profile* profile,
114 void DispatchOldPageActionEvent(Profile* profile,
    [all...]
extension_browsertest.cc 21 #include "chrome/browser/profiles/profile.h"
52 // This makes sure that we create the Default profile first, with no
53 // ExtensionService and then the real profile with one, as we do when
64 ExtensionService* service = browser()->profile()->GetExtensionService();
121 ExtensionService* service = browser()->profile()->GetExtensionService();
186 explicit MockAutoConfirmExtensionInstallUI(Profile* profile) :
187 ExtensionInstallUI(profile) {}
200 browser()->profile());
207 Profile* profile)
    [all...]
extension_clipboard_api.cc 25 if (!ExtensionTabUtil::GetTabById(tab_id, profile(), include_incognito(),
extension_data_deleter.h 22 class Profile;
36 ExtensionDataDeleter(Profile* profile, const GURL& extension_url);
extension_devtools_bridge.h 16 class Profile;
21 ExtensionDevToolsBridge(int tab_id, Profile* profile);
47 // Profile that owns our tab
48 Profile* profile_;
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotView.js 31 WebInspector.HeapSnapshotView = function(parent, profile)
38 this.parent.addEventListener("profile added", this._updateBaseOptions, this);
87 this.profile = profile;
97 this._loadProfile(this.profile, profileCallback.bind(this));
99 function profileCallback(profile)
104 if (list[i].uid === profile.uid) {
128 get profile()
133 set profile(profile)
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.h 63 Profile* profile);
93 Profile* profile, bool sticky, bool controls);
120 Profile* profile);
  /external/chromium/chrome/browser/download/
download_history.cc 11 #include "chrome/browser/profiles/profile.h"
20 DownloadHistory::DownloadHistory(Profile* profile)
21 : profile_(profile),
23 DCHECK(profile);
31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)
    [all...]
download_history.h 14 class Profile;
27 explicit DownloadHistory(Profile* profile);
56 Profile* profile_;
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 8 #include "chrome/browser/profiles/profile.h"
56 browser()->profile()->GetRequestContext();
73 browser()->profile()->GetHostContentSettingsMap()->
93 browser()->profile()->GetHostContentSettingsMap()->
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc 8 #include "chrome/browser/profiles/profile.h"
19 Profile* profile)
22 provider_data_(profile->GetWebDataService(Profile::EXPLICIT_ACCESS),
26 is_off_the_record_(profile->IsOffTheRecord()) {
template_url_fetcher_unittest.cc 37 Profile* profile);
53 ASSERT_TRUE(test_util_.profile());
54 test_util_.profile()->CreateTemplateURLFetcher();
55 ASSERT_TRUE(test_util_.profile()->GetTemplateURLFetcher());
57 test_util_.profile()->CreateRequestContext();
58 ASSERT_TRUE(test_util_.profile()->GetRequestContext());
76 Profile* profile);
123 Profile* profile)
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 10 #include "chrome/browser/profiles/profile.h"
16 KeywordEditorController::KeywordEditorController(Profile* profile)
17 : profile_(profile) {
18 table_model_.reset(new TemplateURLTableModel(profile->GetTemplateURLModel()));
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 11 #include "chrome/browser/profiles/profile.h"
22 Profile* profile,
28 this, profile, page_navigator, parent, selection))),
69 controller_->profile()->GetBookmarkModel()->other_node() &&
  /external/chromium/chrome/browser/ui/views/
dom_view_browsertest.cc 33 dom_view->Init(browser()->profile(), NULL);
51 dom_view->Init(browser()->profile(), NULL);
73 dom_view->Init(browser()->profile(), NULL);
  /external/chromium/chrome/browser/ui/webui/
theme_source_unittest.cc 6 #include "chrome/browser/profiles/profile.h"
17 explicit MockThemeSource(Profile* profile)
18 : ThemeSource(profile),
39 TestingProfile* profile() const { return profile_.get(); } function in class:WebUISourcesTest
  /external/chromium/chrome/browser/bookmarks/
bookmark_editor.h 17 class Profile;
68 Profile* profile,
bookmark_pasteboard_helper_mac.h 17 // Writes a set of bookmark elements from a profile to the general pasteboard.
22 // Writes a set of bookmark elements from a profile to the dragging pasteboard
47 void StartDrag(Profile* profile, const std::vector<const BookmarkNode*>& nodes,
  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.h 14 class Profile;
40 virtual TabContents* CreateTabContents(Profile* profile,
online_attempt.h 20 class Profile;
42 void Initiate(Profile* profile);
  /external/chromium/chrome/browser/chromeos/
sms_observer.h 15 class Profile;
25 explicit SmsObserver(Profile* profile);
43 Profile* profile_;

Completed in 1316 milliseconds

<<11121314151617181920>>