Home
last modified time | relevance | path

Searched refs:ResetContent (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListCtrl.h24 void ResetContent(int32_t nStart);
DPWL_ListBox.h88 void ResetContent();
/external/lzma/CPP/Windows/Control/
DComboBox.h16 void ResetContent() { SendMessage(CB_RESETCONTENT, 0, 0); } in ResetContent() function
/external/libbrillo/brillo/http/
Dhttp_request.h133 static const int ResetContent = 205; variable
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp47 void CPWL_ListCtrl::ResetContent(int32_t nStart) { in ResetContent() function in CPWL_ListCtrl
DPWL_Note.cpp477 ResetContent(nIndex); in OnNotify()
509 ResetContent(0); in OnNotify()
518 ResetContent(0); in OnNotify()
DPWL_IconList.cpp150 ResetContent(0); in CreateChildWnd()
DPWL_ListBox.cpp437 void CPWL_ListBox::ResetContent() { in ResetContent() function in CPWL_ListBox