Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp29 : CXFA_FFField(pNode), button_(button) {} in CXFA_FFCheckButton()
63 switch (button_->GetMark()) { in UpdateWidgetProperty()
82 if (button_->IsRound()) in UpdateWidgetProperty()
86 if (button_->IsAllowNeutral()) in UpdateWidgetProperty()
239 button_->IsRound()); in RenderWidget()
242 button_->IsRound() ? kRoundShape : kSquareShape); in RenderWidget()
Dcxfa_ffcheckbutton.h49 UnownedPtr<CXFA_CheckButton> const button_; variable
Dcxfa_ffpushbutton.h54 UnownedPtr<CXFA_Button> const button_; variable
Dcxfa_ffpushbutton.cpp30 : CXFA_FFField(pNode), button_(button) {} in CXFA_FFPushButton()
75 switch (button_->GetHighlight()) { in UpdateWidgetProperty()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc78 button_(NULL), in MainWnd()
167 ::PostMessage(button_, BM_CLICK, 0, 0); in SwitchToConnectUI()
385 if (button_ == reinterpret_cast<HWND>(lp)) { in OnMessage()
483 CreateChildWindow(&button_, BUTTON_ID, L"Button", BS_CENTER | WS_TABSTOP, 0); in CreateChildWindows()
501 {button_, L"Connect"}, in LayoutConnectUI()
Dmain_wnd.h193 HWND button_; variable