Home
last modified time | relevance | path

Searched defs:browser_id (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/libcef_dll/wrapper/
Dcef_browser_info_map.h52 void Add(int browser_id, IdType info_id, ObjectType info) { in Add()
72 ObjectType Find(int browser_id, IdType info_id, Visitor* vistor) { in Find()
148 void FindAll(int browser_id, Visitor* visitor) { in FindAll()
202 size_t size(int browser_id) const { in size()
233 void clear(int browser_id) { in clear()
Dcef_message_router.cc71 int browser_id, in CallbackImpl()
197 bool OnNextInfo(int browser_id, in GetPendingCount()
268 const int browser_id = browser->GetIdentifier(); in OnProcessMessageReceived() local
318 const int browser_id = browser->GetIdentifier(); in OnProcessMessageReceived() local
358 QueryInfo* GetQueryInfo(int browser_id, in GetQueryInfo()
367 bool OnNextInfo(int browser_id, in GetQueryInfo()
391 void OnCallbackSuccess(int browser_id, in OnCallbackSuccess()
406 void OnCallbackFailure(int browser_id, in OnCallbackFailure()
512 bool OnNextInfo(int browser_id, in CancelPendingFor()
543 void CancelPendingRequest(int browser_id, int context_id, int request_id) { in CancelPendingRequest()
[all …]
/third_party/cef/tests/cefclient/browser/
Droot_window.cc27 scoped_refptr<RootWindow> RootWindow::GetForBrowser(int browser_id) { in GetForBrowser()
Dmedia_router_test.cc536 const int browser_id = browser->GetIdentifier(); in CreateSubscription() local
559 void RemoveSubscription(int browser_id, int64 query_id) { in RemoveSubscription()
569 CefRefPtr<MediaObserver> GetMediaObserver(int browser_id) { in GetMediaObserver()
/third_party/cef/libcef/renderer/
Dbrowser_impl.h86 int browser_id() const { return browser_id_; } in browser_id() function
Dbrowser_impl.cc270 int browser_id, in CefBrowserImpl()
/third_party/cef/tests/ceftests/
Dtest_handler.cc208 const int browser_id = browser->GetIdentifier(); in OnAfterCreated() local
221 const int browser_id = browser->GetIdentifier(); in OnBeforeClose() local
Dbrowser_info_map_unittest.cc34 bool OnNextInfo(int browser_id, in OnNextInfo()
53 bool Exists(int browser_id, InfoIdType info_id, InfoObjectType info) { in Exists()
75 int browser_id; member
Drequest_handler_unittest.cc316 int browser_id = GetBrowser()->GetIdentifier(); in DestroyTest() local
Dmessage_router_unittest.cc1426 int browser_id; member
2456 const int browser_id = browser->GetIdentifier(); in OnLoadStart() local
2473 const int browser_id = browser->GetIdentifier(); in GetManager() local
/third_party/cef/libcef/browser/
Dbrowser_info.h45 int browser_id() const { return browser_id_; } in browser_id() function
Dbrowser_info.cc27 CefBrowserInfo::CefBrowserInfo(int browser_id, in CefBrowserInfo()
Dbrowser_host_base.cc812 int CefBrowserHostBase::browser_id() const { in browser_id() function in CefBrowserHostBase