HomeSort by relevance Sort by last modified time
    Searched defs:SetDefault (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkExecutor.cpp 45 void SkExecutor::SetDefault(SkExecutor* executor) {
  /external/pdfium/core/fpdfapi/page/
cpdf_colorstate.cpp 24 void CPDF_ColorState::SetDefault() {
25 m_Ref.GetPrivateCopy()->SetDefault();
149 void CPDF_ColorState::ColorData::SetDefault() {
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 99 void SetDefault()
  /external/clang/lib/AST/
ASTDiagnostic.cpp 589 SetDefault(FromDefault, ToDefault);
598 SetDefault(FromDefault, ToDefault);
607 SetDefault(FromDefault, ToDefault);
616 SetDefault(FromDefault, ToDefault);
634 SetDefault(FromDefault, ToDefault);
651 SetDefault(FromDefault, ToDefault);
668 SetDefault(FromDefault, ToDefault);
685 SetDefault(FromDefault, ToDefault);
688 /// SetDefault - Sets FromDefault and ToDefault flags of the current node.
689 void SetDefault(bool FromDefault, bool ToDefault)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 131 virtual HRESULT STDMETHODCALLTYPE SetDefault(
207 HRESULT (STDMETHODCALLTYPE *SetDefault)(
256 #define IDirectDrawVideo_SetDefault(This) (This)->lpVtbl->SetDefault(This)
303 return This->lpVtbl->SetDefault(This);
694 virtual HRESULT STDMETHODCALLTYPE SetDefault(
782 HRESULT (STDMETHODCALLTYPE *SetDefault)(
814 #define IFullScreenVideo_SetDefault(This) (This)->lpVtbl->SetDefault(This)
876 return This->lpVtbl->SetDefault(This);
    [all...]

Completed in 698 milliseconds