/external/chromium_org/chrome/browser/ui/toolbar/ |
encoding_menu_controller.h | 16 class Profile; 37 bool IsItemChecked(Profile* browser_profile, 43 void GetEncodingMenuItems(Profile* profile,
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_service_linux.h | 26 virtual void Init(Profile* initial_profile) OVERRIDE; 27 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE; 28 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE; 32 virtual Profile* GetCurrentAppListProfile() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
keyword_hint_view.h | 14 class Profile; 35 KeywordHintView(Profile* profile, 54 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/views/ |
network_profile_bubble_view.h | 14 class Profile; 26 Profile* profile); 42 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
login_ui_service.cc | 7 #include "chrome/browser/profiles/profile.h" 22 LoginUIService::LoginUIService(Profile* profile) 23 : ui_(NULL), profile_(profile) {
|
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/ |
dump_database_handler.cc | 7 #include "chrome/browser/profiles/profile.h" 17 DumpDatabaseHandler::DumpDatabaseHandler(Profile* profile) 18 : profile_(profile) {}
|
file_metadata_handler.h | 15 class Profile; 25 explicit FileMetadataHandler(Profile* profile); 37 Profile* profile_;
|
sync_file_system_internals_handler.h | 12 class Profile; 24 explicit SyncFileSystemInternalsHandler(Profile* profile); 47 Profile* profile_;
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-profile.py | 8 Verifies that the 'Profile' attribute in VCLinker is extracted properly. 20 test.run_gyp('profile.gyp', chdir=CHDIR) 21 test.build('profile.gyp', test.ALL, chdir=CHDIR) 27 # '.idata' section will be missing when /PROFILE is enabled.
|
/external/oprofile/libpp/ |
image_errors.cpp | 58 "detailed profile will not be provided.\n"; 72 void report_image_error(inverted_profile const & profile, bool fatal, 75 report_image_error(profile.image, profile.error, fatal, extra);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlinclude.h | 26 #ifdef PROFILE 27 #include "profile.h" 42 #ifdef PROFILE 46 #endif // PROFILE
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
map | 24 /** @file profile/map 25 * This file is a GNU profile extension to the Standard C++ Library. 32 #include <profile/map.h> 33 #include <profile/multimap.h>
|
set | 24 /** @file profile/set 25 * This file is a GNU profile extension to the Standard C++ Library. 32 #include <profile/set.h> 33 #include <profile/multiset.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
map | 24 /** @file profile/map 25 * This file is a GNU profile extension to the Standard C++ Library. 32 #include <profile/map.h> 33 #include <profile/multimap.h>
|
set | 24 /** @file profile/set 25 * This file is a GNU profile extension to the Standard C++ Library. 32 #include <profile/set.h> 33 #include <profile/multiset.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
map | 24 /** @file profile/map 25 * This file is a GNU profile extension to the Standard C++ Library. 32 #include <profile/map.h> 33 #include <profile/multimap.h>
|
set | 24 /** @file profile/set 25 * This file is a GNU profile extension to the Standard C++ Library. 32 #include <profile/set.h> 33 #include <profile/multiset.h>
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_context_menu_controller.h | 17 class Profile; 41 // |profile| is used for opening urls as well as enabling 'open incognito'. 49 Profile* profile, 67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuController 87 Profile* profile_;
|
bookmark_html_writer.h | 21 class Profile; 41 BookmarkFaviconFetcher(Profile* profile, 71 // The Profile object used for accessing FaviconService, bookmarks model. 72 Profile* profile_; 101 void WriteBookmarks(Profile* profile,
|
/external/chromium/chrome/browser/ |
bug_report_util.h | 26 class Profile; 61 static void DispatchFeedback(Profile* profile, std::string* feedback_data, 66 static void SendReport(Profile* profile, 96 static void SendFeedback(Profile* profile, std::string* feedback_data,
|
/external/chromium/chrome/browser/chromeos/notifications/ |
desktop_notifications_unittest.h | 43 Profile* profile); 45 Profile* profile); 68 Profile* profile() { return profile_.get(); } function in class:chromeos::DesktopNotificationsTest 98 // Test profile.
|
/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler_registry.h | 16 #include "chrome/browser/profiles/profile.h" 23 // navigator.registerProtocolHandler() are registered. Each Profile owns an 25 // Profile::InitRegisteredProtocolHandlers(), and they should be the only 31 explicit ProtocolHandlerRegistry(Profile* profile); 86 // The Profile that owns this ProtocolHandlerRegistry. 87 Profile* profile_;
|
/external/chromium/chrome/browser/extensions/ |
extension_test_api.cc | 12 #include "chrome/browser/profiles/profile.h" 31 Source<Profile>(dispatcher()->profile()), 43 Source<Profile>(dispatcher()->profile()), 59 ExtensionService* service = profile()->GetExtensionService(); 72 Browser::OpenURLOffTheRecord(profile(), GURL(url));
|
/external/chromium/chrome/browser/ui/gtk/ |
first_run_bubble.h | 23 class Profile; 29 static void Show(Profile* profile, 46 FirstRunBubble(Profile* profile, 65 // Our current profile. 66 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_controller_views.h | 16 class Profile; 47 // |profile| is used for opening urls as well as enabling 'open incognito'. 54 Profile* profile, 67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuControllerViews 83 Profile* profile_;
|