OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFWL_PictureBox
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_picturebox.h
12
class
IFWL_PictureBox
;
44
class
IFWL_PictureBox
: public IFWL_Widget {
46
static
IFWL_PictureBox
* Create(const CFWL_WidgetImpProperties& properties,
50
IFWL_PictureBox
();
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pictureboximp.cpp
14
IFWL_PictureBox
*
IFWL_PictureBox
::Create(
17
IFWL_PictureBox
* pPictureBox = new
IFWL_PictureBox
;
24
IFWL_PictureBox
::
IFWL_PictureBox
() {}
Completed in 869 milliseconds