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.h50 void Add(int browser_id, IdType info_id, ObjectType info) { in Add()
70 ObjectType Find(int browser_id, IdType info_id, Visitor* vistor) { in Find()
146 void FindAll(int browser_id, Visitor* visitor) { in FindAll()
200 size_t size(int browser_id) const { in size()
231 void clear(int browser_id) { in clear()
Dcef_message_router.cc71 int browser_id, in CallbackImpl()
187 bool OnNextInfo(int browser_id, in GetPendingCount()
260 const int browser_id = browser->GetIdentifier(); in OnProcessMessageReceived() local
310 const int browser_id = browser->GetIdentifier(); in OnProcessMessageReceived() local
350 QueryInfo* GetQueryInfo(int browser_id, in GetQueryInfo()
359 bool OnNextInfo(int browser_id, in GetQueryInfo()
383 void OnCallbackSuccess(int browser_id, in OnCallbackSuccess()
398 void OnCallbackFailure(int browser_id, in OnCallbackFailure()
503 bool OnNextInfo(int browser_id, in CancelPendingFor()
534 void CancelPendingRequest(int browser_id, int context_id, int request_id) { in CancelPendingRequest()
[all …]
/third_party/cef/tests/cefclient/browser/
Droot_window.cc25 scoped_refptr<RootWindow> RootWindow::GetForBrowser(int browser_id) { in GetForBrowser()
Dmedia_router_test.cc538 const int browser_id = browser->GetIdentifier(); in CreateSubscription() local
561 void RemoveSubscription(int browser_id, int64 query_id) { in RemoveSubscription()
571 CefRefPtr<MediaObserver> GetMediaObserver(int browser_id) { in GetMediaObserver()
/third_party/cef/libcef/renderer/
Dbrowser_impl.h81 int browser_id() const { return browser_id_; } in browser_id() function
Dbrowser_impl.cc266 int browser_id, in CefBrowserImpl()
/third_party/cef/libcef/browser/
Dbrowser_info.h42 int browser_id() const { return browser_id_; } in browser_id() function
Dbrowser_info.cc24 CefBrowserInfo::CefBrowserInfo(int browser_id, in CefBrowserInfo()
Dbrowser_host_base.cc826 int CefBrowserHostBase::browser_id() const { in browser_id() function in CefBrowserHostBase
/third_party/cef/tests/ceftests/
Dtest_handler.cc206 const int browser_id = browser->GetIdentifier(); in OnAfterCreated() local
219 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.cc1425 int browser_id; member
2455 const int browser_id = browser->GetIdentifier(); in OnLoadStart() local
2472 const int browser_id = browser->GetIdentifier(); in GetManager() local