OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFWL_Caret
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_caret.h
11
class
IFWL_Caret
;
18
class
IFWL_Caret
: public IFWL_Widget {
20
static
IFWL_Caret
* Create(const CFWL_WidgetImpProperties& properties,
29
IFWL_Caret
();
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_caretimp.cpp
14
IFWL_Caret
*
IFWL_Caret
::Create(const CFWL_WidgetImpProperties& properties,
16
IFWL_Caret
* pCaret = new
IFWL_Caret
;
22
IFWL_Caret
::
IFWL_Caret
() {}
23
FWL_ERR
IFWL_Caret
::ShowCaret(FX_BOOL bFlag) {
26
FWL_ERR
IFWL_Caret
::GetFrequency(FX_DWORD& elapse) {
29
FWL_ERR
IFWL_Caret
::SetFrequency(FX_DWORD elapse) {
32
FWL_ERR
IFWL_Caret
::SetColor(CFX_Color crFill) {
[
all
...]
Completed in 1028 milliseconds