Searched refs:button_ (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffcheckbutton.cpp | 29 : 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()
|
D | cxfa_ffcheckbutton.h | 49 UnownedPtr<CXFA_CheckButton> const button_; variable
|
D | cxfa_ffpushbutton.h | 54 UnownedPtr<CXFA_Button> const button_; variable
|
D | cxfa_ffpushbutton.cpp | 30 : CXFA_FFField(pNode), button_(button) {} in CXFA_FFPushButton() 75 switch (button_->GetHighlight()) { in UpdateWidgetProperty()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 78 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()
|
D | main_wnd.h | 193 HWND button_; variable
|