Searched defs:include_incognito (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_utils.cc177 bool include_incognito,
180 if (include_incognito) {
225 bool include_incognito) {
228 include_incognito, NULL, NULL);
236 bool include_incognito) {
240 include_incognito));
171 GetContentSettingValueAndPatterns( const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito, ContentSettingsPattern* primary_pattern, ContentSettingsPattern* secondary_pattern) argument
220 GetContentSettingValue(const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito) argument
231 GetContentSetting(const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito) argument
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.cc47 bool include_incognito) {
51 (include_incognito && profile->HasOffTheRecordProfile());
45 ChooseProfileFromStoreId(const std::string& store_id, Profile* profile, bool include_incognito) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc70 bool include_incognito,
73 include_incognito && profile->HasOffTheRecordProfile()
142 function->include_incognito(),
158 function->include_incognito(),
275 function->include_incognito(),
295 details.function()->include_incognito(),
477 bool include_incognito,
484 include_incognito && profile->HasOffTheRecordProfile() ?
68 GetBrowserInProfileWithId(Profile* profile, const int window_id, bool include_incognito, std::string* error_message) argument
475 GetTabById(int tab_id, content::BrowserContext* browser_context, bool include_incognito, Browser** browser, TabStripModel** tab_strip, WebContents** contents, int* tab_index) argument
/external/chromium_org/extensions/browser/
H A Dextension_function.h233 bool include_incognito() const { return include_incognito_; } function in class:ExtensionFunction
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc147 bool include_incognito,
153 if (ExtensionTabUtil::GetTabById(tab_id, profile, include_incognito,
265 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
395 include_incognito(),
601 !GetProfile()->IsOffTheRecord() && !include_incognito()) {
845 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
855 if (!include_incognito() && GetProfile() != browser->profile())
965 include_incognito(),
1006 include_incognito(),
1128 include_incognito(),
145 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, content::WebContents** contents, int* tab_index, std::string* error_message) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc393 // |include_incognito|. This should work regardless of whether |profile| is
397 bool include_incognito,
402 (include_incognito ||
411 DownloadItem* GetDownload(Profile* profile, bool include_incognito, int id) { argument
414 GetManagers(profile, include_incognito, &manager, &incognito_manager);
1001 if (include_incognito() && GetProfile()->HasOffTheRecordProfile())
1119 GetManagers(GetProfile(), include_incognito(), &manager, &incognito_manager);
1158 GetDownload(GetProfile(), include_incognito(), params->download_id);
1179 GetDownload(GetProfile(), include_incognito(), params->download_id);
1200 GetDownload(GetProfile(), include_incognito(), param
395 GetManagers( Profile* profile, bool include_incognito, DownloadManager** manager, DownloadManager** incognito_manager) argument
1701 DetermineFilename( Profile* profile, bool include_incognito, const std::string& ext_id, int download_id, const base::FilePath& const_filename, downloads::FilenameConflictAction conflict_action, std::string* error) argument
1896 DispatchEvent( const std::string& event_name, bool include_incognito, const Event::WillDispatchCallback& will_dispatch_callback, base::Value* arg) argument
[all...]

Completed in 78 milliseconds