Searched refs:IsOk (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dcrash-10438657.cpp14 virtual bool IsOk() const { function in class:collate::wxGDIObject
15 return m_refData && static_cast<wxGDIRefData *>(m_refData)->IsOk();
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformData.h140 return thisFont->IsOk() && otherFont->IsOk() && thisFont->IsSameAs(*otherFont);
H A DFontPlatformDataWx.cpp121 ASSERT(thisFont && thisFont->IsOk());
H A DSimpleFontDataWx.cpp54 if (font && font->IsOk()) {
/external/webkit/Source/WebCore/platform/image-decoders/wx/
H A DImageDecoderWx.cpp78 ASSERT(bmp->IsOk());
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
H A Dnon-kerned-drawing.cpp114 if (wxfont && wxfont->IsOk())
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dfontprops.cpp138 if ( font && font->IsOk() )
H A Dnon-kerned-drawing.cpp224 if (wxfont && wxfont->IsOk())
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp678 if (dc.IsOk()) {
/external/icu4c/i18n/
H A Ducol.cpp4329 UBool IsOk() const { return buffer_ != NULL; } // otherwise out-of-memory function in class:SortKeyByteSink
4517 if (!sink.IsOk()) {
4920 if(!isFrenchSec || !secondaries.IsOk()) {
5206 if (U_SUCCESS(*status) && !result.IsOk()) {

Completed in 1722 milliseconds