OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValid
(Results
651 - 675
of
766
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/include/clang/Basic/
SourceManager.h
292
return getExpansionLocStart().
isValid
() &&
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
160
if (TheLoc.
isValid
()) {
[
all
...]
DeclObjC.cpp
[
all
...]
/external/clang/lib/Lex/
PPExpressions.cpp
125
if (LParenLoc.
isValid
()) {
/external/clang/lib/Sema/
DeclSpec.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
/external/icu4c/tools/makeconv/
gencnvex.c
88
extData->newConverter.
isValid
=CnvExtIsValid;
[
all
...]
/external/webkit/Source/WebCore/page/
DragController.cpp
402
if (!color.
isValid
())
[
all
...]
Frame.cpp
873
if (backgroundColor.
isValid
())
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp
168
return m_state.shadowColor.
isValid
() && m_state.shadowColor.alpha()
GraphicsContext3D.h
[
all
...]
ShadowBlur.cpp
179
if (!m_color.
isValid
() || !color.alpha()) {
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp
986
if (color.
isValid
())
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp
578
if (!url.
isValid
() || !url.protocolInHTTPFamily()) {
/external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp
444
if (!context->
isValid
())
[
all
...]
/external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp
629
if (context && !context->
isValid
())
/external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp
677
if (o->style()->visitedDependentColor(CSSPropertyBackgroundColor).
isValid
())
/external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp
713
if (m_expectedClientRedirectSrc.
isValid
()) {
[
all
...]
PlatformBridge.cpp
760
RGBA32 backgroundColor = color.
isValid
() ? color.rgb() : Color::white;
[
all
...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp
546
loader->urlForHistory(), loader->title().string(), urlRequest.get(), urlResponse.get(), loader->substituteData().
isValid
(), loader->clientRedirectSourceForHistory()));
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h
430
bool
isValid
();
[
all
...]
/frameworks/base/cmds/stagefright/
stagefright.cpp
915
CHECK(control->
isValid
());
/frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java
631
if (!mSurfaceHolder.mSurface.
isValid
()) {
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java
719
if (target.
isValid
() && dist2 < hitRadius2 && dist2 < best) {
[
all
...]
Completed in 1389 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>