Searched
full:profile (Results
1551 -
1575 of
3371) sorted by null
<<61626364656667686970>>
/external/chromium/chrome/browser/policy/ |
policy_path_parser_win.cc | 21 const WCHAR* kWinProfileFolderVarName = L"${profile}";
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_url.cc | 10 #include "chrome/browser/profiles/profile.h"
|
/external/chromium/chrome/browser/profiles/ |
profile_impl_io_data.cc | 24 ProfileImplIOData::Handle::Handle(Profile* profile) 26 profile_(profile), 29 DCHECK(profile);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model_test_util.h | 86 TestingProfile* profile() const;
|
/external/chromium/chrome/browser/ |
shell_integration_unittest.cc | 313 // Empty profile path should get chrome::kBrowserAppID 318 // Default profile path should get chrome::kBrowserAppID 326 // Non-default profile path should get chrome::kBrowserAppID joined with 327 // profile info.
|
/external/chromium/chrome/browser/sync/glue/ |
extension_sync.h | 17 class Profile;
|
preference_model_associator.cc | 12 #include "chrome/browser/profiles/profile.h" 34 PrefService* pref_service = sync_service_->profile()->GetPrefs(); 51 PrefService* pref_service = sync_service_->profile()->GetPrefs(); 116 PrefService* pref_service = sync_service_->profile()->GetPrefs();
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller.h | 26 // Both weak; owned by the current browser's profile
|
bookmark_menu_bridge_unittest.mm | 23 TestBookmarkMenuBridge(Profile* profile) 24 : BookmarkMenuBridge(profile), 43 bridge_.reset(new TestBookmarkMenuBridge(browser_test_helper_.profile()));
|
bookmark_menu_cocoa_controller_unittest.mm | 30 BookmarkModel* model = helper_->browser()->profile()->GetBookmarkModel();
|
bookmark_model_observer_for_cocoa.h | 81 BookmarkModel* model_; // Weak; it is owned by a Profile.
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_cocoa_controller_unittest.mm | 43 bridge_.reset(new HistoryMenuBridge(browser_test_helper_.profile()));
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_backend_unittest.cc | 21 return FindBarState::GetLastPrepopulateText(contents->profile());
|
/external/chromium/chrome/browser/ui/gtk/ |
content_setting_bubble_gtk.cc | 16 #include "chrome/browser/profiles/profile.h" 54 Profile* profile, 57 profile_(profile),
|
/external/chromium/chrome/browser/ui/toolbar/ |
encoding_menu_controller_unittest.cc | 12 #include "chrome/browser/profiles/profile.h"
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view_unittest.cc | 11 #include "chrome/browser/profiles/profile.h" 58 void CreateEditor(Profile* profile, 62 editor_.reset(new BookmarkEditorView(profile, parent, details,
|
/external/chromium/chrome/browser/ui/views/ |
content_setting_bubble_contents.cc | 16 #include "chrome/browser/profiles/profile.h" 110 Profile* profile, 113 profile_(profile),
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.h | 15 class Profile;
|
/external/chromium/chrome/browser/ui/webui/ |
new_tab_ui.cc | 21 #include "chrome/browser/profiles/profile.h" 340 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source); 429 Profile* profile = GetProfile(); local 430 ThemeSource* theme = new ThemeSource(profile); 431 profile->GetChromeURLDataManager()->AddDataSource(theme); 574 NewTabUI::NewTabHTMLSource::NewTabHTMLSource(Profile* profile) 576 profile_(profile) {
|
/external/chromium/chrome/browser/ui/ |
window_sizer.cc | 9 #include "chrome/browser/profiles/profile.h" 17 // and persistent state from the browser window and the user's profile. 37 if (!browser_->profile()->GetPrefs()) 41 browser_->profile()->GetPrefs()->GetDictionary(key.c_str());
|
/external/chromium/chrome/common/ |
chrome_paths_internal.h | 25 // same as the profile directory, but on Linux it can also be
|
pref_names.h | 15 // Profile prefs. Please add Local State prefs below instead. 25 // and user's profile. Global property determines locale of login screen, 26 // while user's profile determines his personal locale preference. 251 // Local state prefs. Please add Profile prefs above instead.
|
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | 243 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID& ID) const { 247 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { 252 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { 281 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { 285 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { 305 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { 322 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { 326 void VarRegion::Profile(llvm::FoldingSetNodeID &ID) const { 337 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { 347 Idx.Profile(ID) [all...] |
/external/e2fsprogs/ |
INSTALL | 16 the option --enable-profile.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
AbstractListTester.java | 67 * otherwise shows up in the test execution profile when running an
|
Completed in 1248 milliseconds
<<61626364656667686970>>