Searched refs:include_incognito (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_utils.h60 bool include_incognito,
70 bool include_incognito);
78 bool include_incognito);
H A Dcontent_settings_utils.cc131 bool include_incognito,
134 if (include_incognito) {
179 bool include_incognito) {
182 include_incognito, NULL, NULL);
190 bool include_incognito) {
194 include_incognito));
125 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
174 GetContentSettingValue(const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito) argument
185 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/downloads_internal/
H A Ddownloads_internal_api.cc30 include_incognito(),
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_extension_api.cc42 include_incognito(), &browser,
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc391 // |include_incognito|. This should work regardless of whether |profile| is
395 bool include_incognito,
400 (include_incognito ||
409 DownloadItem* GetDownload(Profile* profile, bool include_incognito, int id) { argument
412 GetManagers(profile, include_incognito, &manager, &incognito_manager);
999 if (include_incognito() && GetProfile()->HasOffTheRecordProfile())
1110 GetManagers(GetProfile(), include_incognito(), &manager, &incognito_manager);
1149 GetDownload(GetProfile(), include_incognito(), params->download_id);
1170 GetDownload(GetProfile(), include_incognito(), params->download_id);
1191 GetDownload(GetProfile(), include_incognito(), param
393 GetManagers( Profile* profile, bool include_incognito, DownloadManager** manager, DownloadManager** incognito_manager) argument
1692 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
1887 DispatchEvent( const std::string& event_name, bool include_incognito, const Event::WillDispatchCallback& will_dispatch_callback, base::Value* arg) argument
[all...]
H A Ddownloads_api.h335 bool include_incognito,
386 bool include_incognito,
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.h48 bool include_incognito);
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
H A Dcookies_api.cc80 *store_id, function->GetProfile(), function->include_incognito());
526 if (include_incognito() && GetProfile()->HasOffTheRecordProfile()) {
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_function.cc37 if (!include_incognito())
61 // |include_incognito|. Look only for browsers on the active desktop as it is
H A Dextension_tab_util_android.cc84 bool include_incognito,
82 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, content::WebContents** contents, int* tab_index) argument
H A Dextension_tab_util.cc66 bool include_incognito,
69 include_incognito && profile->HasOffTheRecordProfile()
139 function->include_incognito(),
155 function->include_incognito(),
272 function->include_incognito(),
454 bool include_incognito,
460 include_incognito && profile->HasOffTheRecordProfile() ?
64 GetBrowserInProfileWithId(Profile* profile, const int window_id, bool include_incognito, std::string* error_message) argument
452 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, WebContents** contents, int* tab_index) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc130 bool include_incognito,
136 if (ExtensionTabUtil::GetTabById(tab_id, profile, include_incognito,
225 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
356 include_incognito(),
564 !GetProfile()->IsOffTheRecord() && !include_incognito()) {
801 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
811 if (!include_incognito() && GetProfile() != browser->profile())
920 include_incognito(),
962 include_incognito(),
1084 include_incognito(),
128 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/content_settings/
H A Dcontent_settings_api.cc128 if (incognito && !include_incognito()) {
221 // Regular profiles can't access incognito unless include_incognito is true.
222 if (!GetProfile()->IsOffTheRecord() && !include_incognito()) {
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_api.cc194 include_incognito(),
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_api.cc72 GetProfile(), include_incognito(), chrome::GetActiveDesktop());
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_api.cc281 include_incognito(),
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_internal_api.cc138 include_incognito(),
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api.cc538 if (incognito && !include_incognito()) {
611 // Regular profiles can't access incognito unless include_incognito is true.
612 if (!GetProfile()->IsOffTheRecord() && !include_incognito()) {
/external/chromium_org/extensions/browser/
H A Dextension_function.h231 bool include_incognito() const { return include_incognito_; } function in class:ExtensionFunction
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dextension_action_api.cc543 include_incognito(),
895 tab_id, GetProfile(), include_incognito(), NULL, NULL, &contents, NULL);
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc705 include_incognito(),
760 include_incognito(),
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc515 include_incognito(),
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.cc574 include_incognito(),

Completed in 483 milliseconds