/external/chromium/chrome/browser/ssl/ |
ssl_policy_backend.cc | 7 #include "chrome/browser/profiles/profile.h" 12 : ssl_host_state_(controller->profile()->GetSSLHostState()) {
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_model_associator_unittest.cc | 74 const sync_pb::AutofillProfileSpecifics& profile, 78 profile, 111 AutofillProfile *profile = new AutofillProfile(guid); local 126 profiles_from_web_db.push_back(profile); 152 AutofillProfile *profile = new AutofillProfile(guid); local 157 Ref(*profile), 163 profiles_from_web_db.push_back(profile); 228 // If the profile is already present no other function
|
bookmark_change_processor.h | 72 // |profile| is the profile that contains the HistoryService and BookmarkModel 79 // |profile| is the profile that contains the HistoryService and BookmarkModel 83 Profile* profile, 104 virtual void StartImpl(Profile* profile);
|
bookmark_data_type_controller.h | 27 Profile* profile,
|
/external/chromium/chrome/browser/sync/syncable/ |
autofill_migration.h | 16 // The autofill profile is not migrated. Current sync should migrate the data 21 // We have migrated the autofill profile data. From now on autofill and
|
/external/chromium/chrome/browser/ui/cocoa/ |
first_run_bubble_controller_unittest.mm | 38 profile:helper_.profile()];
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.h | 34 class Profile; 51 void Init(Profile* profile, GtkWindow* top_level_window); 104 Profile* profile() { return profile_; } function in class:BrowserToolbarGtk 105 void SetProfile(Profile* profile); 197 Profile* profile_;
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.h | 31 Profile* profile);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_popup.cc | 13 #include "chrome/browser/profiles/profile.h" 69 Source<Profile>(host->profile())); 73 Source<Profile>(host->profile())); 137 Source<Profile>(extension_host_->profile())); 188 browser->profile()->GetExtensionProcessManager();
|
/external/chromium/chrome/browser/ui/views/ |
keyboard_overlay_dialog_view.h | 21 KeyboardOverlayDialogView(Profile* profile,
|
profile_menu_button.cc | 23 // Horizontal padding beside profile menu button, to center it in the 38 // underlying profile tag image.
|
/external/chromium/chrome/browser/ui/webui/ |
bookmarks_ui.cc | 10 #include "chrome/browser/profiles/profile.h" 53 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
keyboard_ui.cc | 10 #include "chrome/browser/profiles/profile.h" 23 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
/external/chromium/chrome/browser/ui/webui/options/ |
cookies_view_handler.cc | 13 #include "chrome/browser/profiles/profile.h" 135 Profile* profile = web_ui_->GetProfile(); local 137 profile->GetRequestContext()->DONTUSEME_GetCookieStore()-> 139 new BrowsingDataDatabaseHelper(profile), 140 new BrowsingDataLocalStorageHelper(profile), 142 new BrowsingDataAppCacheHelper(profile), 143 BrowsingDataIndexedDBHelper::Create(profile),
|
/external/chromium/chrome/common/ |
chrome_paths_unittest.cc | 32 // Verify that a profile in the special platform-specific source 39 // Verify that a profile in some other random directory doesn't use
|
/external/compiler-rt/lib/profile/ |
Makefile.mk | 1 #===- lib/profile/Makefile.mk ------------------------------*- Makefile -*--===# 10 ModuleName := profile
|
/external/e2fsprogs/e2fsck/ |
Makefile.in | 67 revoke.o ea_refcount.o rehash.o profile.o prof_err.o $(MTRACE_OBJ) 76 profiled/ea_refcount.o profiled/rehash.o profiled/profile.o \ 104 $(srcdir)/profile.c \ 175 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \ 176 prof_err.o profile.h $(DEPSTATIC_LIBCOM_ERR) 178 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \ 291 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 298 $(srcdir)/profile.h prof_err.h $(srcdir)/crc32defs.h crc32table.h 307 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 314 $(srcdir)/profile.h prof_err.h $(srcdir)/problem. [all...] |
/external/libvpx/nestegg/ |
Makefile.am | 50 profile: 51 $(MAKE) all CFLAGS="@PROFILE@"
|
/external/oprofile/libpp/ |
Makefile.am | 39 profile.cpp \ 40 profile.h \
|
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/skia/src/core/ |
SkDeviceProfile.cpp | 66 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { 69 SkRefCnt_SafeAssign(gGlobalProfile, profile);
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipPhoneFactory.java | 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); local 43 return new SipPhone(context, phoneNotifier, profile);
|
/frameworks/base/voip/java/android/net/sip/ |
ISipSession.aidl | 36 * Gets the SIP profile that this session is associated with. 38 * @return the SIP profile that this session is associated with 43 * Gets the SIP profile that this session is connected to. Only available 46 * @return the SIP profile that this session is connected to 85 * profile. The session listener is called back upon success or failure of 96 * profile. Unregistration is technically the same as registration with zero 106 * Initiates a call to the specified profile. The session listener is called 110 * @param callee the SIP profile to make the call to
|
/external/llvm/lib/Analysis/ |
ProfileInfoLoaderPass.cpp | 1 //===- ProfileInfoLoaderPass.cpp - LLVM Pass to load profile info ---------===// 11 // loads the information from a profile dump file. 14 #define DEBUG_TYPE "profile-loader" 35 ProfileInfoFilename("profile-info-file", cl::init("llvmprof.out"), 37 cl::desc("Profile file loaded by -profile-loader")); 77 /// run - Load the profile information from the specified file. 83 INITIALIZE_AG_PASS(LoaderPass, ProfileInfo, "profile-loader", 84 "Load profile information from llvmprof.out", false, true, false) 155 ProfileInfoLoader PIL("profile-loader", Filename, M) [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_manager.cc | 32 #include "chrome/browser/profiles/profile.h" 108 // 1. The fields in the section must all be profile or credit card fields, 149 // only credit card fields; and similarly for profile data. 235 download_manager_(tab_contents->profile()), 244 tab_contents->profile()->GetOriginalProfile()->GetPersonalDataManager(); 317 if (tab_contents()->profile()->IsOffTheRecord()) 505 // Find the profile that matches the |profile_id|, if one is specified. 506 const AutofillProfile* profile = NULL; local 511 profile = *iter; 515 DCHECK(profile); 850 AutofillProfile* profile = *iter; local 887 AutofillProfile* profile = *iter; local [all...] |