Lines Matching refs:BrowserContext

55 class BrowserContext;  variable
176 explicit WebRequestAPI(content::BrowserContext* context);
196 content::BrowserContext* browser_context,
212 content::BrowserContext* browser_context,
249 void OnExtensionLoaded(content::BrowserContext* browser_context,
251 void OnExtensionUnloaded(content::BrowserContext* browser_context,
259 content::BrowserContext* const browser_context_;
361 content::BrowserContext* browser_context,
371 int OnBeforeRequest(content::BrowserContext* browser_context,
386 int OnBeforeSendHeaders(content::BrowserContext* browser_context,
393 void OnSendHeaders(content::BrowserContext* browser_context,
407 content::BrowserContext* browser_context,
419 AuthRequiredResponse OnAuthRequired(content::BrowserContext* browser_context,
427 void OnBeforeRedirect(content::BrowserContext* browser_context,
433 void OnResponseStarted(content::BrowserContext* browser_context,
438 void OnCompleted(content::BrowserContext* browser_context,
443 void OnErrorOccurred(content::BrowserContext* browser_context,
452 void OnRequestWillBeDestroyed(content::BrowserContext* browser_context,
456 void OnEventHandled(content::BrowserContext* browser_context,
471 bool AddEventListener(content::BrowserContext* browser_context,
485 void RemoveWebViewEventListeners(content::BrowserContext* browser_context,
491 content::BrowserContext* original_browser_context,
492 content::BrowserContext* otr_browser_context);
494 content::BrowserContext* original_browser_context,
495 content::BrowserContext* otr_browser_context);
504 content::BrowserContext* browser_context,
509 bool HasAnyExtraHeadersListener(content::BrowserContext* browser_context);
512 content::BrowserContext* browser_context);
514 content::BrowserContext* browser_context);
545 ID(content::BrowserContext* browser_context,
562 content::BrowserContext* browser_context;
594 std::map<content::BrowserContext*, ListenerMapForBrowserContext>;
595 using ExtraHeadersListenerCountMap = std::map<content::BrowserContext*, int>;
603 std::map<content::BrowserContext*,
604 std::pair<bool, content::BrowserContext*>>;
628 bool DispatchEvent(content::BrowserContext* browser_context,
634 content::BrowserContext* browser_context,
641 RawListeners GetMatchingListeners(content::BrowserContext* browser_context,
650 void GetMatchingListenersImpl(content::BrowserContext* browser_context,
663 void DecrementBlockCount(content::BrowserContext* browser_context,
676 int ExecuteDeltas(content::BrowserContext* browser_context,
686 content::BrowserContext* browser_context,
695 void SendMessages(content::BrowserContext* browser_context,
700 void OnRulesRegistryReady(content::BrowserContext* browser_context,
720 content::BrowserContext* GetCrossBrowserContext(
721 content::BrowserContext* browser_context) const;
727 content::BrowserContext* browser_context) const;
733 bool HasAnyExtraHeadersListenerImpl(content::BrowserContext* browser_context);
736 size_t GetListenerCountForTesting(content::BrowserContext* browser_context,
768 typedef std::pair<content::BrowserContext*, int> RulesRegistryKey;