/external/chromium_org/chrome/browser/content_settings/ |
H A D | content_settings_utils.h | 60 bool include_incognito, 70 bool include_incognito); 78 bool include_incognito);
|
H A D | content_settings_utils.cc | 126 bool include_incognito, 129 if (include_incognito) { 174 bool include_incognito) { 177 include_incognito, NULL, NULL); 185 bool include_incognito) { 189 include_incognito)); 120 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 169 GetContentSettingValue(const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito) argument 180 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/chrome/browser/extensions/ |
H A D | extension_clipboard_api.cc | 25 if (!ExtensionTabUtil::GetTabById(tab_id, profile(), include_incognito(),
|
H A D | extension_infobar_module.cc | 44 include_incognito(),
|
H A D | extension_tabs_module.cc | 58 bool include_incognito, 64 bool include_incognito, 219 bool include_incognito, 225 include_incognito && profile->HasOffTheRecordProfile() ? 260 include_incognito(), &error_); 283 profile(), Browser::TYPE_ANY, include_incognito()); 306 include_incognito() && profile()->HasOffTheRecordProfile() ? 384 if (!GetTabById(tab_id, profile(), include_incognito(), 512 if (new_window->profile()->IsOffTheRecord() && !include_incognito()) { 529 include_incognito(), 218 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, TabContentsWrapper** contents, int* tab_index) argument 1310 GetBrowserInProfileWithId(Profile* profile, const int window_id, bool include_incognito, std::string* error_message) argument 1332 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, TabContentsWrapper** contents, int* tab_index, std::string* error_message) argument [all...] |
H A D | extension_cookies_helpers.h | 31 bool include_incognito);
|
H A D | execute_code_in_tab_function.cc | 75 include_incognito(), 150 execute_tab_id_, profile(), include_incognito(), &browser, NULL,
|
H A D | extension_function_dispatcher.h | 96 // provides the correct value for |include_incognito|. 100 Browser* GetCurrentBrowser(bool include_incognito);
|
H A D | extension_function.h | 91 bool include_incognito() { return include_incognito_; } function in class:ExtensionFunction
|
H A D | extension_cookies_helpers.cc | 30 bool include_incognito) { 34 (include_incognito && profile->HasOffTheRecordProfile()); 28 ChooseProfileFromStoreId(const std::string& store_id, Profile* profile, bool include_incognito) argument
|
H A D | extension_page_actions_module.cc | 75 tab_id, profile(), include_incognito(), NULL, NULL, &contents, NULL); 109 tab_id, profile(), include_incognito(), NULL, NULL, &wrapper, NULL);
|
H A D | extension_processes_api.cc | 165 if (!ExtensionTabUtil::GetTabById(tab_id, profile(), include_incognito(),
|
H A D | extension_cookies_api.cc | 149 store_id_value, profile(), include_incognito()); 474 if (include_incognito() && profile()->HasOffTheRecordProfile()) {
|
H A D | extension_function_dispatcher.cc | 453 bool include_incognito) { 460 // Otherwise, try to default to a reasonable browser. If |include_incognito| 464 // |include_incognito|. 467 include_incognito); 452 GetCurrentBrowser( bool include_incognito) argument
|
/external/chromium_org/chrome/browser/extensions/api/downloads_internal/ |
H A D | downloads_internal_api.cc | 28 include_incognito(),
|
/external/chromium_org/chrome/browser/infobars/ |
H A D | infobar_extension_api.cc | 56 include_incognito(),
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
H A D | cookies_helpers.h | 48 bool include_incognito);
|
H A D | cookies_helpers.cc | 47 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 D | extension_tab_util_android.cc | 75 bool include_incognito, 73 GetTabById(int tab_id, Profile* profile, bool include_incognito, Browser** browser, TabStripModel** tab_strip, content::WebContents** contents, int* tab_index) argument
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
H A D | tabs_api.cc | 131 bool include_incognito, 134 include_incognito && profile->HasOffTheRecordProfile() ? 164 function->profile(), window_id, function->include_incognito(), &error); 207 bool include_incognito, 213 if (ExtensionTabUtil::GetTabById(tab_id, profile, include_incognito, 311 profile(), include_incognito(), chrome::GetActiveDesktop()); 459 if (!GetTabById(tab_id, profile(), include_incognito(), 678 if (new_window->profile()->IsOffTheRecord() && !include_incognito()) { 952 if (!include_incognito() && profile() != browser->profile()) 1035 browser = chrome::FindTabbedBrowser(profile(), include_incognito(), 129 GetBrowserInProfileWithId(Profile* profile, const int window_id, bool include_incognito, std::string* error_message) argument 205 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 D | downloads_api.cc | 393 // |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); 969 if (include_incognito() && profile()->HasOffTheRecordProfile()) 1078 GetManagers(profile(), include_incognito(), &manager, &incognito_manager); 1116 profile(), include_incognito(), params->download_id); 1137 profile(), include_incognito(), params->download_id); 1158 profile(), include_incognito(), param 395 GetManagers( Profile* profile, bool include_incognito, DownloadManager** manager, DownloadManager** incognito_manager) argument 1631 DetermineFilename( Profile* profile, bool include_incognito, const std::string& ext_id, int download_id, const base::FilePath& const_filename, extensions::api::downloads::FilenameConflictAction conflict_action, std::string* error) argument 1825 DispatchEvent( const char* event_name, bool include_incognito, const extensions::Event::WillDispatchCallback& will_dispatch_callback, base::Value* arg) argument [all...] |
H A D | downloads_api.h | 325 bool include_incognito, 376 bool include_incognito,
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
H A D | content_settings_api.cc | 129 if (incognito && !include_incognito()) { 223 // Regular profiles can't access incognito unless include_incognito is true. 224 if (!profile()->IsOffTheRecord() && !include_incognito()) {
|
/external/chromium_org/chrome/browser/extensions/api/page_capture/ |
H A D | page_capture_api.cc | 195 include_incognito(), &browser, NULL,
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
H A D | tab_capture_api.cc | 60 include_incognito(),
|