OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAnchor
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_tooltipctrl.h
37
FWL_ERR
SetAnchor
(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/src/fwl/src/lightwidget/
tooltipctrl.cpp
72
FWL_ERR CFWL_ToolTip::
SetAnchor
(const CFX_RectF& rtAnchor) {
73
return static_cast<IFWL_ToolTip*>(m_pIface)->
SetAnchor
(rtAnchor);
/external/pdfium/xfa/include/fwl/lightwidget/
tooltipctrl.h
28
FWL_ERR
SetAnchor
(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_tooltipctrlimp.h
31
FWL_ERR
SetAnchor
(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp
24
FWL_ERR IFWL_ToolTip::
SetAnchor
(const CFX_RectF& rtAnchor) {
25
return static_cast<CFWL_ToolTipImp*>(GetImpl())->
SetAnchor
(rtAnchor);
198
FWL_ERR CFWL_ToolTipImp::
SetAnchor
(const CFX_RectF& rtAnchor) {
/external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp
[
all
...]
Completed in 161 milliseconds