OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldContext
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h
65
GraphicsContext* beginFilterEffect(GraphicsContext*
oldContext
);
FilterEffectRenderer.cpp
400
GraphicsContext* FilterEffectRendererHelper::beginFilterEffect(GraphicsContext*
oldContext
)
411
return
oldContext
;
414
m_savedGraphicsContext =
oldContext
;
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java
51
SSLContext
oldContext
= SSLContext.getDefault();
52
assertNotNull(
oldContext
);
55
assertNotSame(
oldContext
, newContext);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.cpp
322
const void*
oldContext
;
326
&
oldContext
, &err);
328
ASSERT(!strcmp(static_cast<const char*>(
oldContext
), UCNV_SUB_STOP_ON_ILLEGAL));
/external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h
[
all
...]
ubidi.h
[
all
...]
/external/icu4c/common/unicode/
ucnv.h
[
all
...]
ubidi.h
[
all
...]
/external/chromium_org/third_party/icu/source/common/
ucnv.c
727
const void**
oldContext
,
734
if (
oldContext
) *
oldContext
= converter->toUContext;
743
const void**
oldContext
,
750
if (
oldContext
) *
oldContext
= converter->fromUContext;
[
all
...]
ubidi.c
[
all
...]
/external/icu4c/common/
ucnv.c
729
const void**
oldContext
,
736
if (
oldContext
) *
oldContext
= converter->toUContext;
745
const void**
oldContext
,
752
if (
oldContext
) *
oldContext
= converter->fromUContext;
[
all
...]
ubidi.c
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c
[
all
...]
nccbtst.c
[
all
...]
ncnvtst.c
[
all
...]
/external/icu4c/test/cintltst/
nccbtst.c
[
all
...]
cbiditst.c
[
all
...]
ncnvtst.c
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js
[
all
...]
/prebuilts/misc/common/ecj/
ecj.jar
Completed in 484 milliseconds