HomeSort by relevance Sort by last modified time
    Searched refs:dwID (Results 1 - 23 of 23) sorted by null

  /external/pdfium/xfa/include/fwl/theme/
pushbuttontp.h 25 void SetThemeData(FX_DWORD dwID);
scrollbartp.h 45 void SetThemeData(FX_DWORD dwID);
checkboxtp.h 67 void SetThemeData(FX_DWORD dwID);
formtp.h 76 void SetThemeData(FX_DWORD dwID);
widgettp.h 151 void SetColorData(FX_DWORD dwID);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 201 virtual HRESULT WINAPI ShowContextMenu(DWORD dwID,POINT *ppt,IUnknown *pcmdtReserved,IDispatch *pdispReserved) = 0;
203 virtual HRESULT WINAPI ShowUI(DWORD dwID,IOleInPlaceActiveObject *pActiveObject,IOleCommandTarget *pCommandTarget,IOleInPlaceFrame *pFrame,IOleInPlaceUIWindow *pDoc) = 0;
223 HRESULT (WINAPI *ShowContextMenu)(IDocHostUIHandler *This,DWORD dwID,POINT *ppt,IUnknown *pcmdtReserved,IDispatch *pdispReserved);
225 HRESULT (WINAPI *ShowUI)(IDocHostUIHandler *This,DWORD dwID,IOleInPlaceActiveObject *pActiveObject,IOleCommandTarget *pCommandTarget,IOleInPlaceFrame *pFrame,IOleInPlaceUIWindow *pDoc);
247 #define IDocHostUIHandler_ShowContextMenu(This,dwID,ppt,pcmdtReserved,pdispReserved) (This)->lpVtbl->ShowContextMenu(This,dwID,ppt,pcmdtReserved,pdispReserved)
249 #define IDocHostUIHandler_ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc) (This)->lpVtbl->ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc)
264 HRESULT WINAPI IDocHostUIHandler_ShowContextMenu_Proxy(IDocHostUIHandler *This,DWORD dwID,POINT *ppt,IUnknown *pcmdtReserved,IDispatch *pdispReserved);
268 HRESULT WINAPI IDocHostUIHandler_ShowUI_Proxy(IDocHostUIHandler *This,DWORD dwID,IOleInPlaceActiveObject *pActiveObject,IOleCommandTarget *pCommandTarget,IOleInPlaceFrame *pFrame, (…)
    [all...]
htiface.h 225 virtual HRESULT WINAPI FindBrowserByIndex(DWORD dwID,IUnknown **ppunkBrowser) = 0;
238 HRESULT (WINAPI *FindBrowserByIndex)(ITargetFramePriv *This,DWORD dwID,IUnknown **ppunkBrowser);
253 #define ITargetFramePriv_FindBrowserByIndex(This,dwID,ppunkBrowser) (This)->lpVtbl->FindBrowserByIndex(This,dwID,ppunkBrowser)
266 HRESULT WINAPI ITargetFramePriv_FindBrowserByIndex_Proxy(ITargetFramePriv *This,DWORD dwID,IUnknown **ppunkBrowser);
shdeprecated.h 325 virtual HRESULT WINAPI GetBrowserByIndex(DWORD dwID,IUnknown **ppunk) = 0;
362 HRESULT (WINAPI *GetBrowserByIndex)(IBrowserService *This,DWORD dwID,IUnknown **ppunk);
401 #define IBrowserService_GetBrowserByIndex(This,dwID,ppunk) (This)->lpVtbl->GetBrowserByIndex(This,dwID,ppunk)
455 HRESULT WINAPI IBrowserService_GetBrowserByIndex_Proxy(IBrowserService *This,DWORD dwID,IUnknown **ppunk);
    [all...]
d3drmdef.h 398 DWORD dwID;
agtsvr.h 576 virtual HRESULT WINAPI Remove(__LONG32 dwID) = 0;
599 HRESULT (WINAPI *Remove)(IAgentCommands *This,__LONG32 dwID);
    [all...]
shlobj.h     [all...]
winuser.h     [all...]
tapi.h     [all...]
strmif.h     [all...]
d3drmobj.h     [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 18 FX_DWORD dwID;
21 dwID = pTheme->GetThemeID(pWidget);
24 return dwID;
  /external/pdfium/xfa/src/fwl/src/theme/
pushbuttontp.cpp 105 void CFWL_PushButtonTP::SetThemeData(FX_DWORD dwID) {
106 if (dwID) {
scrollbartp.cpp 329 void CFWL_ScrollBarTP::SetThemeData(FX_DWORD dwID) {
335 if (dwID) {
checkboxtp.cpp 388 void CFWL_CheckBoxTP::SetThemeData(FX_DWORD dwID) {
390 if (dwID) {
formtp.cpp 569 void CFWL_FormTP::SetThemeData(FX_DWORD dwID) {
583 if (dwID) {
    [all...]
widgettp.cpp 807 void CFWL_ArrowData::SetColorData(FX_DWORD dwID) {
811 if (dwID) {
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 644 milliseconds