OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValid
(Results
176 - 200
of
748
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/MC/
MCInst.cpp
20
if (!
isValid
())
/external/skia/src/images/
SkMovie.cpp
90
if (stream.
isValid
()) {
/external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp
65
bool ExecutableAllocator::
isValid
() const
/external/webkit/Source/JavaScriptCore/parser/
SourceProvider.h
64
bool
isValid
() const { return m_validated; }
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.h
101
void
isValid
();
/external/webkit/Source/JavaScriptCore/runtime/
RegExp.h
49
bool
isValid
() const { return !m_constructionError && m_flags != InvalidFlags; }
/external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.cpp
85
if (!component.
isValid
())
/external/webkit/Source/WebCore/bindings/js/
JavaScriptCallFrame.h
53
bool
isValid
() const { return m_isValid; }
/external/webkit/Source/WebCore/bridge/
runtime_root.h
63
bool
isValid
() { return m_isValid; }
/external/webkit/Source/WebCore/css/
CSSFontFace.h
59
bool
isValid
() const;
MediaQueryExp.h
58
bool
isValid
() const { return m_isValid; }
/external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformContextCairo.cpp
41
if (maskInformation.
isValid
()) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTexture.cpp
51
bool LayerTexture::
isValid
(const IntSize& size, unsigned format)
/external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp
119
if (!
isValid
())
133
bool SurfaceOpenVG::
isValid
() const
253
ASSERT(
isValid
());
267
ASSERT(
isValid
());
SurfaceOpenVG.h
109
bool
isValid
() const;
/external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h
39
virtual bool
isValid
() const { return !m_pixmap.isNull() || !m_image.isNull(); }
/external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h
59
int
isValid
() const { return reinterpret_cast<unsigned>(m_private) & ~1; }
/external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.h
50
bool hasURL() { return !m_url.isEmpty() && m_url.
isValid
(); }
/external/webkit/Source/WebCore/platform/leveldb/
LevelDBIterator.cpp
57
bool LevelDBIterator::
isValid
() const
/external/webkit/Source/WebCore/platform/text/
TextEncoding.h
41
bool
isValid
() const { return m_name; }
/external/webkit/Source/WebCore/svg/
SVGSwitchElement.cpp
53
if (!element || !element->
isValid
())
SVGTransform.h
68
bool
isValid
() const { return m_type != SVG_TRANSFORM_UNKNOWN; }
/external/webkit/Source/WebKit/qt/Api/
qwebhistory.h
56
bool
isValid
() const;
/external/webkit/Source/WebKit2/Platform/win/
WorkQueueWin.cpp
137
bool
isValid
= true;
141
while (
isValid
&& !m_workItemQueue.isEmpty()) {
149
isValid
= m_isValid;
150
if (!
isValid
)
/external/webkit/Tools/MiniBrowser/qt/
utils.cpp
57
if (enumerator.
isValid
()) {
Completed in 3047 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>