/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bubble_gtk.h | 29 class Profile; 40 Profile* profile, 57 Profile* profile, 85 // Our current profile (used to access the bookmark system). 86 Profile* profile_;
|
bookmark_utils_gtk.h | 18 class Profile; 67 Profile* profile); 73 Profile* profile); 81 Profile* profile,
|
/external/chromium/chrome/browser/ui/gtk/ |
html_dialog_gtk.cc | 22 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile, 25 new HtmlDialogGtk(profile, delegate, parent); 34 HtmlDialogGtk::HtmlDialogGtk(Profile* profile, 37 : HtmlDialogTabContentsDelegate(profile), 129 new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
|
/external/chromium/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.h | 14 class Profile; 41 Profile* profile); 69 const Profile* profile() const { return profile_; } function in class:EditSearchEngineController 85 // Profile whose TemplateURLModel we're modifying. 86 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.h | 19 class Profile; 42 Profile* profile, 67 Profile* profile, 116 // The profile. 117 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/ |
create_application_shortcut_view.h | 26 class Profile; 39 explicit CreateApplicationShortcutView(Profile* profile); 69 // Profile in which the shortcuts will be created. 70 Profile* profile_; 119 explicit CreateChromeApplicationShortcutView(Profile* profile,
|
first_run_search_engine_view.h | 25 class Profile; 85 // |profile| allows us to get the set of imported search engines. 87 FirstRunSearchEngineView(Profile* profile, bool randomize); 113 // loaded from the profile, we can populate the logos in the dialog box 130 // The profile associated with this import process. 131 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_gtk.cc | 8 #include "chrome/browser/profiles/profile.h" 23 Profile* profile) { 24 BrowserFrameGtk* frame = new BrowserFrameGtk(browser_view, profile); 36 BrowserFrameGtk::BrowserFrameGtk(BrowserView* browser_view, Profile* profile) 97 browser_view_->browser()->profile());
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksParserWorker.js | 27 this.profile = this._createNode("top level"); 67 // This function creates a fake "profile" from a set of leak stacks. "selfTime" is the number of 81 childNode.head = self.profile; 90 }, self.profile); 92 self.profile.totalTime = self.profile.children.reduce(function(sum, child) { return sum + child.totalTime; }, 0); 100 postMessage(parser.profile);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 36 public static CamcorderProfile profile = field in class:MediaRecorderStressTestRunner 40 public static int mVideoEncoder = profile.videoCodec; 41 public static int mAudioEncdoer = profile.audioCodec; 42 public static int mFrameRate = profile.videoFrameRate; 43 public static int mVideoWidth = profile.videoFrameWidth; 44 public static int mVideoHeight = profile.videoFrameHeight; 45 public static int mBitRate = profile.videoBitRate;
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_browsertest.cc | 145 collection->Add(NewMockNotification("1"), browser()->profile()); 152 collection->Add(NewMockNotification("2"), browser()->profile()); 186 collection->Add(NewMockNotification("1"), browser()->profile()); 187 collection->Add(NewMockNotification("2"), browser()->profile()); 200 collection->Add(NewMockNotification("1"), browser()->profile()); 217 collection->Add(NewMockNotification("3"), browser()->profile()); 234 collection->AddSystemNotification(notify, browser()->profile(), true, false); 271 collection->Add(NewMockNotification("1"), browser()->profile()); 274 collection->Add(NewMockNotification("2"), browser()->profile()); 316 collection->Add(NewMockNotification("1"), browser()->profile()); 391 Profile* profile = browser()->profile(); local 420 Profile* profile = browser()->profile(); local 430 collection->Add(NewMockNotification(id), profile); local 495 Profile* profile = browser()->profile(); local 528 Profile* profile = browser()->profile(); local 549 Profile* profile = browser()->profile(); local 580 Profile* profile = browser()->profile(); local [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win.cc | 125 bool ImportSingleProfile(FormGroup* profile, 128 DCHECK(profile != NULL); 147 profile->SetInfo(it->second, field_value); 215 AutofillProfile profile; local 216 if (ImportSingleProfile(&profile, &key, reg_to_field)) { 219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE); 220 phone.append(profile.GetInfo(PHONE_HOME_CITY_CODE)); 221 phone.append(profile.GetInfo(PHONE_HOME_NUMBER)); 222 profile.SetInfo(PHONE_HOME_WHOLE_NUMBER, phone); 223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE) [all...] |
autofill_merge_unittest.cc | 77 virtual void SaveImportedProfile(const AutofillProfile& profile) OVERRIDE; 97 const AutofillProfile& profile) { 99 if (!MergeProfile(profile, profiles_.get(), &profiles)) 100 profiles_.push_back(new AutofillProfile(profile)); 173 // Add a field to the current profile. 188 // The first line is always a profile separator, and the last profile is not 191 // Reached the end of a profile. Try to import it. 204 // Import the profile. 209 // Clear the |form| to start a new profile [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 146 TestingProfile profile; local 147 profile.CreateHistoryService(true, false); 148 profile.BlockUntilHistoryProcessesPendingRequests(); 149 profile.CreateFaviconService(); 150 profile.CreateBookmarkModel(true); 151 profile.BlockUntilBookmarkModelLoaded(); 152 BookmarkModel* model = profile.GetBookmarkModel(); 194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1, 196 profile.GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1 [all...] |
/external/chromium/chrome/browser/ |
browsing_data_indexed_db_helper.cc | 12 #include "chrome/browser/profiles/profile.h" 26 explicit BrowsingDataIndexedDBHelperImpl(Profile* profile); 43 Profile* profile_; 61 Profile* profile) 62 : profile_(profile), 184 Profile* profile) { 185 return new BrowsingDataIndexedDBHelperImpl(profile); [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.h | 20 class Profile; 63 static int ImportNow(Profile* profile, const CommandLine& cmdline); 68 Profile* profile, 86 // profile pointed to by |user_data_dir|. After processing the file, the 112 static bool ImportSettings(Profile* profile, 171 static bool ImportSettings(Profile* profile, [all...] |
/external/chromium/chrome/browser/ui/ |
browser_init_browsertest.cc | 10 #include "chrome/browser/profiles/profile.h" 28 ExtensionService* service = browser()->profile()->GetExtensionService(); 34 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 39 ExtensionService* service = browser()->profile()->GetExtensionService(); 46 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 76 // there's no explicit profile given. 90 browser()->profile()); 96 // This should create a new window, but re-use the profile from |popup|. If 97 // it used a NULL or invalid profile, it would crash. 116 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false)) [all...] |
browser_init.cc | 38 #include "chrome/browser/profiles/profile.h" 154 // The Profile that we restore sessions from. 155 Profile* profile_; 172 profile_(contents->profile()), 314 // The Profile that we restore sessions from. 315 Profile* profile_; 323 profile_(contents->profile()) { 362 Profile* profile) { 363 SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BasicValueFactory.cpp | 22 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, 24 T.Profile(ID); 28 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, 40 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { 41 X.first.Profile(ID); 47 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { 48 X.first.Profile(ID); 49 X.second.Profile(ID); 76 X.Profile(ID); 115 CompoundValData::Profile(ID, T, Vals) [all...] |
/external/mesa3d/src/glsl/builtins/tools/ |
generate_builtins.py | 64 def write_profile(filename, profile): 68 print '#error builtins profile', profile, 'failed to compile' 79 print 'static const char prototypes_for_' + profile + '[] =' 89 print 'static const char *functions_for_' + profile + ' [] = {' 96 for (filename, profile) in profiles: 97 write_profile(filename, profile) 231 for (filename, profile) in profiles: 232 if profile.endswith('_vert'): 234 elif profile.endswith('_frag') [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPan.java | 33 * Profile. 48 * profile. 52 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 53 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile.</li> 70 "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED"; 74 * The local role of the PAN profile that the remote device is bound to. 121 * Bluetooth Service which handles the Pan profile 147 * Initiate connection to a profile of the remote bluetooth device. 149 * <p> This API returns false in scenarios like the profile on the 152 * connection state intent for the profile will be broadcasted wit [all...] |
/external/webkit/Source/WebCore/inspector/ |
InspectorProfilerAgent.cpp | 93 RefPtr<ScriptProfile> profile = prpProfile; local 94 m_profiles.add(profile->uid(), profile); 96 m_frontend->addProfileHeader(createProfileHeader(*profile)); 97 addProfileFinishedMessageToConsole(profile, lineNumber, sourceURL); 104 RefPtr<ScriptProfile> profile = prpProfile; 105 String title = profile->title(); 106 String message = makeString("Profile \"webkit-profile://", CPUProfileType, '/', encodeWithURLEscapeSequences(title), '#', String::number(profile->uid()), "\" finished.") 325 RefPtr<ScriptProfile> profile = ScriptProfiler::stop(scriptState, title); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 51 // Returns either the test sync service, or the real one from |profile|. 52 ProfileSyncService* GetSyncService(Profile* profile) { 56 return profile->GetProfileSyncService(); 59 BrowserSignin* GetBrowserSignin(Profile* profile) { 63 return profile->GetBrowserSignin(); 66 bool IsWebStoreURL(Profile* profile, const GURL& url) { 67 ExtensionService* service = profile->GetExtensionService() 488 Profile* profile = GetDefaultProfile(profile_); local [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_unittest.cc | 494 explicit VisitCountingRenderProcessHost(Profile* profile) 495 : MockRenderProcessHost(profile) {} 500 static_cast<VisitCountingProfile*>(profile()); 505 static_cast<VisitCountingProfile*>(profile()); 516 explicit VisitRelayingRenderProcessHost(Profile* profile) 517 : BrowserRenderProcessHost(profile) { 540 static_cast<VisitCountingProfile*>(profile()); 565 virtual RenderProcessHost* CreateRenderProcessHost(Profile* profile) const 600 VisitCountingProfile* profile() const { function in class:VisitedLinkEventsTest [all...] |
/external/chromium/chrome/browser/sync/glue/ |
extension_change_processor.cc | 14 #include "chrome/browser/profiles/profile.h" 62 DCHECK_EQ(Source<Profile>(source).ptr(), profile_); 151 void ExtensionChangeProcessor::StartImpl(Profile* profile) { 153 profile_ = profile; 175 Source<Profile>(profile_)); 178 Source<Profile>(profile_)); 182 Source<Profile>(profile_)); 187 Source<Profile>(profile_)); 191 Source<Profile>(profile_)) [all...] |