HomeSort by relevance Sort by last modified time
    Searched full:browsercontext (Results 376 - 400 of 1263) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 20 class BrowserContext;
26 BrowserContext* browser_context,
  /external/chromium_org/content/browser/
plugin_data_remover_impl.h 19 explicit PluginDataRemoverImpl(BrowserContext* browser_context);
36 BrowserContext* browser_context_;
  /external/chromium_org/extensions/browser/api/
extensions_api_client.h 17 class BrowserContext;
45 content::BrowserContext* context,
  /external/chromium_org/ui/views/examples/
examples_with_content_main_exe.cc 17 void ShowContentExampleWindow(content::BrowserContext* browser_context,
30 content::BrowserContext::SaveSessionState(NULL);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager.h 30 class BrowserContext;
49 explicit OperationManager(content::BrowserContext* context);
91 static OperationManager* Get(content::BrowserContext* context);
106 content::BrowserContext* browser_context,
116 content::BrowserContext* browser_context_;
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_manager.h 21 class BrowserContext;
38 static PowerApiManager* Get(content::BrowserContext* context);
61 virtual void OnExtensionUnloaded(content::BrowserContext* browser_context,
69 explicit PowerApiManager(content::BrowserContext* context);
82 content::BrowserContext* browser_context_;
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h 20 class BrowserContext;
97 explicit PrivetNotificationService(content::BrowserContext* profile);
119 content::BrowserContext* profile_;
132 explicit PrivetNotificationDelegate(content::BrowserContext* profile);
149 content::BrowserContext* profile_;
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector_factory.cc 124 content::BrowserContext* context) {
134 content::BrowserContext* context) {
142 content::BrowserContext* context) {}
145 content::BrowserContext* context) {
150 content::BrowserContext* context) {}
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.h 22 class BrowserContext;
49 content::BrowserContext* browser_context);
56 content::BrowserContext* browser_context);
73 content::BrowserContext* browser_context);
90 void ToggleBookmarkBarWhenVisible(content::BrowserContext* browser_context);
  /external/chromium_org/extensions/browser/
browser_context_keyed_api_factory.h 37 // If set to false, don't start the service at BrowserContext creation time.
74 static T* Get(content::BrowserContext* context) {
106 content::BrowserContext* context) const OVERRIDE {
112 virtual content::BrowserContext* GetBrowserContextToUse(
113 content::BrowserContext* context) const OVERRIDE {
content_hash_fetcher.h 20 class BrowserContext;
48 ContentHashFetcher(content::BrowserContext* context,
63 virtual void OnExtensionLoaded(content::BrowserContext* browser_context,
66 content::BrowserContext* browser_context,
74 content::BrowserContext* context_;
process_manager_unittest.cc 15 using content::BrowserContext;
49 BrowserContext* original_context() { return &original_context_; }
50 BrowserContext* incognito_context() { return &incognito_context_; }
56 BrowserContext* context) {
58 manager, type, content::Source<BrowserContext>(context));
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 58 content::BrowserContext* browser_context,
61 content::BrowserContext* browser_context,
64 content::BrowserContext* browser_context,
81 virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context,
83 virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
90 content::BrowserContext* browser_context,
94 content::BrowserContext* browser_context,
108 content::BrowserContext* browser_context, const GURL& url) OVERRIDE;
132 content::BrowserContext* context) OVERRIDE;
266 content::BrowserContext* browser_context
    [all...]
  /external/chromium_org/apps/
app_window_geometry_cache.h 43 content::BrowserContext* context,
56 content::BrowserContext* context) const OVERRIDE;
58 virtual content::BrowserContext* GetBrowserContextToUse(
59 content::BrowserContext* context) const OVERRIDE;
77 static AppWindowGeometryCache* Get(content::BrowserContext* context);
128 content::BrowserContext* browser_context,
131 content::BrowserContext* browser_context,
app_window_registry.cc 67 AppWindowRegistry::AppWindowRegistry(content::BrowserContext* context)
81 AppWindowRegistry* AppWindowRegistry::Get(content::BrowserContext* context) {
209 std::vector<content::BrowserContext*> contexts =
211 for (std::vector<content::BrowserContext*>::const_iterator i =
231 std::vector<content::BrowserContext*> contexts =
233 for (std::vector<content::BrowserContext*>::const_iterator i =
260 std::vector<content::BrowserContext*> contexts =
262 for (std::vector<content::BrowserContext*>::const_iterator i =
316 content::BrowserContext* context,
334 content::BrowserContext* context) const
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 28 content::BrowserContext* from_context,
29 content::BrowserContext* to_context,
61 content::BrowserContext* from_context,
62 content::BrowserContext* to_context,
135 // such that process will be automatically transfered into the BrowserContext.
214 content::BrowserContext* from_context,
215 content::BrowserContext* to_context,
  /external/chromium_org/chrome/browser/download/
download_service.cc 25 using content::BrowserContext;
37 DownloadManager* manager = BrowserContext::GetDownloadManager(profile_);
96 return BrowserContext::GetDownloadManager(profile_)->
105 BrowserContext::GetDownloadManager(profile_);
150 DownloadManager* dm = BrowserContext::GetDownloadManager(profile_);
169 // goes away and BrowserContext's destructor runs. But that would be too
173 BrowserContext::GetDownloadManager(profile_)->Shutdown();
download_prefs.h 17 class BrowserContext;
40 // or BrowserContext.
44 content::BrowserContext* browser_context);
  /external/chromium_org/extensions/browser/api/storage/
storage_frontend.cc 21 using content::BrowserContext;
35 explicit DefaultObserver(BrowserContext* context)
56 BrowserContext* const browser_context_;
62 StorageFrontend* StorageFrontend::Get(BrowserContext* context) {
69 BrowserContext* context) {
73 StorageFrontend::StorageFrontend(BrowserContext* context)
80 BrowserContext* context)
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.h 24 class BrowserContext;
35 explicit ExtensionActionAPI(content::BrowserContext* context);
39 static ExtensionActionAPI* Get(content::BrowserContext* context);
48 static void PageActionExecuted(content::BrowserContext* context,
55 static void BrowserActionExecuted(content::BrowserContext* context,
67 static void DispatchEventToExtension(content::BrowserContext* context,
75 static void DispatchOldPageActionEvent(content::BrowserContext* context,
84 static void ExtensionActionExecuted(content::BrowserContext* context,
110 virtual void OnExtensionLoaded(content::BrowserContext* browser_context,
  /external/chromium_org/apps/shell/browser/
shell_extension_system.h 21 class BrowserContext;
36 explicit ShellExtensionSystem(content::BrowserContext* browser_context);
79 content::BrowserContext* browser_context_; // Not owned.
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_flash_lso_helper.cc 21 content::BrowserContext* browser_context);
56 content::BrowserContext* browser_context)
101 content::BrowserContext* browser_context) {
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_web_dialog.h 19 class BrowserContext;
45 LoginWebDialog(content::BrowserContext* browser_context,
94 content::BrowserContext* browser_context_;
  /external/chromium_org/chrome/browser/chromeos/policy/
user_network_configuration_updater_factory.cc 46 content::BrowserContext*
48 content::BrowserContext* context) const {
63 content::BrowserContext* context) const {
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_api.h 23 class BrowserContext;
35 explicit MediaGalleriesPrivateAPI(content::BrowserContext* context);
46 static MediaGalleriesPrivateAPI* Get(content::BrowserContext* context);

Completed in 863 milliseconds

<<11121314151617181920>>