OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValid
(Results
226 - 250
of
748
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/notifications/
Notification.cpp
61
if (url.isEmpty() || !url.
isValid
()) {
82
if (!contents.icon().isEmpty() && !contents.icon().
isValid
()) {
/external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.cpp
117
if (m_url.
isValid
())
206
if (url.
isValid
()) {
ChromiumDataObjectLegacy.cpp
112
if (m_url.
isValid
())
203
if (url.
isValid
()) {
/external/webkit/Source/WebCore/svg/
SVGPathElement.h
102
virtual bool
isValid
() const { return SVGTests::
isValid
(); }
SVGTests.cpp
48
bool SVGTests::
isValid
() const
103
bool valid = svgElement->
isValid
();
SVGDocument.cpp
101
return static_cast<SVGSVGElement*>(node)->
isValid
();
SVGElement.h
85
virtual bool
isValid
() const { return true; }
SVGGlyphMap.h
68
node->glyphs.last().
isValid
= true;
/external/webkit/Source/WebKit/android/plugins/
ANPSurfaceInterface.cpp
101
if (!bitmap || !Surface::
isValid
(surface)) {
155
if (!Surface::
isValid
(surface)) {
/frameworks/compile/linkloader/include/
ELFHeader.h
164
if (!header->
isValid
()) {
174
bool
isValid
() const {
/packages/apps/Contacts/src/com/android/contacts/util/
DataStatus.java
62
if (
isValid
() && !hasTimestamp) return;
85
public boolean
isValid
() {
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java
60
if (
isValid
() && !hasTimestamp) return;
83
public boolean
isValid
() {
/external/clang/lib/Analysis/
ReachableCode.cpp
138
if (top.
isValid
()) {
153
if (c.
isValid
()
262
if (!c.
isValid
()) {
292
if (I->Loc.
isValid
())
/external/icu4c/common/unicode/
localpointer.h
89
UBool
isValid
() const { return ptr!=NULL; }
/external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java
49
protected boolean
isValid
(String signature, String baseString)
/external/skia/gpu/src/
GrGLIndexBuffer.cpp
87
if (this->
isValid
() && GPUGL->supportsBufferLocking()) {
/external/webkit/Source/WebCore/bridge/
IdentifierRep.cpp
107
bool IdentifierRep::
isValid
(IdentifierRep* identifier)
/external/webkit/Source/WebCore/css/
MediaQuery.cpp
97
m_ignored = !m_expressions->at(i)->
isValid
();
/external/webkit/Source/WebCore/dom/
InputElement.cpp
362
bool
isValid
= true;
374
isValid
= false;
383
isValid
= false;
389
if (!
isValid
)
/external/webkit/Source/WebCore/history/qt/
HistoryItemQt.cpp
112
if (userData().
isValid
())
/external/webkit/Source/WebCore/page/
History.cpp
123
if (!fullURL.
isValid
() || !m_frame->document()->securityOrigin()->canRequest(fullURL)) {
/external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm
68
CGColorRef colorRef = color.
isValid
() ? cachedCGColor(color, ColorSpaceDeviceRGB) : 0;
80
CGColorRef colorRef = color.
isValid
() ? cachedCGColor(color, ColorSpaceDeviceRGB) : 0;
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h
54
virtual bool
isValid
() const = 0;
/external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.cpp
54
m_glyph.
isValid
= true;
/external/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp
34
if (!index.
isValid
())
Completed in 625 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>