Lines Matching full:profile
24 #include "chrome/browser/profiles/profile.h"
213 Profile* profile = web_ui->GetProfile();
214 profile->GetChromeURLDataManager()->AddDataSource(
215 new FaviconSource(profile));
360 void MediaPlayer::EnqueueMediaFile(Profile* profile, const FilePath& file_path,
364 if (!FileManagerUtil::ConvertFileToFileSystemUrl(profile, file_path,
379 void MediaPlayer::ForcePlayMediaFile(Profile* profile,
384 if (!FileManagerUtil::ConvertFileToFileSystemUrl(profile, file_path,
505 Profile* profile = BrowserList::GetLastActive()->profile();
507 profile);
525 Profile* profile = BrowserList::GetLastActive()->profile();
527 profile);
618 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);