Home
last modified time | relevance | path

Searched refs:app_ (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/include/
Dcef_application_mac.h94 : app_(static_cast<NSApplication<CefAppProtocol>*>( in CefScopedSendingEvent()
96 handling_([app_ isHandlingSendEvent]) { in CefScopedSendingEvent()
97 [app_ setHandlingSendEvent:YES]; in CefScopedSendingEvent()
99 ~CefScopedSendingEvent() { [app_ setHandlingSendEvent:handling_]; } in ~CefScopedSendingEvent()
102 NSApplication<CefAppProtocol>* app_;
/third_party/nghttp2/src/
Dshrpx_mruby.cc41 : mrb_(mrb), app_(std::move(app)), env_(std::move(env)) {} in MRubyContext()
65 if (!mrb_respond_to(mrb_, app_, mrb_intern_lit(mrb_, "on_req"))) { in run_app()
71 if (!mrb_respond_to(mrb_, app_, mrb_intern_lit(mrb_, "on_resp"))) { in run_app()
80 auto res = mrb_funcall(mrb_, app_, method, 1, env_); in run_app()
Dshrpx_mruby.h59 mrb_value app_; variable
/third_party/cef/tests/ceftests/
Dv8_unittest.cc2507 app_ = app; in OnContextCreated()
2514 app_ = app; in OnContextCreated()
2774 app_ = nullptr; in DestroyTest()
2787 CefRefPtr<ClientAppRenderer> app_; member in __anon469d2b920111::V8RendererTest
Durlrequest_unittest.cc2741 app_ = app; in OnProcessMessageReceived()
2825 app_ = nullptr; in OnShutdownComplete()
2829 CefRefPtr<ClientAppRenderer> app_; member in __anon2283f3400111::RequestRendererTest
/third_party/gstreamer/gstplugins_bad/
DChangeLog183465 Get rid of user_* prefix internally, use app_* instead.