HomeSort by relevance Sort by last modified time
    Searched full:newcontext (Results 1 - 25 of 43) sorted by null

1 2

  /external/webkit/WebCore/manual-tests/wml/
card-newcontext-attr.wml 5 <p>Test for newcontext attribute of card element</p>
6 <p>This is the first card, Click "Go" to enter card two.<br/>Because newcontext of card two is true, the history state will be clean, and the variable "$var1" won't be replaced</p>
14 <card id="secondcard" title="$var1" newcontext="true">
16 <p>Because newcontext of this card is true, the history state will be clean, and the variable "$var1" won't be replaced</p>
StartTests.wml 10 <a href="card-newcontext-attr.wml">card-newcontext-attr.wml</a><br/>
  /external/webkit/WebCore/wml/
WMLAttributeNames.in 16 newcontext
WMLGoElement.cpp 112 // FIXME: 'newcontext' handling not implemented for external cards
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidLayoutInflater.java 45 protected MidLayoutInflater(LayoutInflater original, Context newContext) {
46 super(original, newContext);
69 public LayoutInflater cloneInContext(Context newContext) {
70 return new MidLayoutInflater(this, newContext);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneLayoutInflater.java 45 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) {
46 super(original, newContext);
69 public LayoutInflater cloneInContext(Context newContext) {
70 return new PhoneLayoutInflater(this, newContext);
  /frameworks/base/core/java/android/preference/
PreferenceInflater.java 50 PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) {
51 super(original, newContext);
56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) {
57 return new PreferenceInflater(this, mPreferenceManager, newContext);
GenericInflater.java 118 * @param newContext The new Context to use.
120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) {
121 mContext = newContext;
131 * @param newContext The new Context to associate with the new inflater.
137 public abstract GenericInflater cloneInContext(Context newContext);
  /external/webkit/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 39 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
40 [NSGraphicsContext setCurrentContext:newContext];
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 52 protected BridgeInflater(LayoutInflater original, Context newContext) {
53 super(original, newContext);
224 public LayoutInflater cloneInContext(Context newContext) {
225 return new BridgeInflater(this, newContext);
  /frameworks/base/awt/java/awt/image/renderable/
RenderableImageOp.java 99 RenderContext newContext = CRIF
101 RenderedImage rdim = sources.elementAt(i).createRendering(newContext);
  /external/icu4c/test/cintltst/
tracetst.c 224 const void *newContext = (const char *)originalTContext + 1;
230 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData);
235 TEST_ASSERT(context == newContext);
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
Subject.java 184 AccessControlContext newContext;
202 newContext = (AccessControlContext) AccessController.doPrivileged(dccAction);
204 return AccessController.doPrivileged(action, newContext);
265 AccessControlContext newContext;
282 newContext = AccessController.doPrivileged(dccAction);
284 return AccessController.doPrivileged(action, newContext);
  /frameworks/base/core/java/android/view/
LayoutInflater.java 159 * @param newContext The new Context to use.
161 protected LayoutInflater(LayoutInflater original, Context newContext) {
162 mContext = newContext;
185 * @param newContext The new Context to associate with the new LayoutInflater.
191 public abstract LayoutInflater cloneInContext(Context newContext);
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 496 public MockLayoutInflater(LayoutInflater original, Context newContext) {
497 super(original, newContext);
506 public LayoutInflater cloneInContext(Context newContext) {
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
JaxenXPathTestSuite.java 186 Node newContext = (Node) xpath.evaluate(
189 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING));
  /external/v8/test/mjsunit/
fuzz-natives.js 136 "NewContext": true,
  /external/v8/src/
contexts.h 51 // Factory::NewContext.
runtime.h 254 F(NewContext, 1, 1) \
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/WebCore/rendering/
RenderObject.h 483 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceBlackText,
486 : context(newContext)
    [all...]
  /external/icu4c/common/
ucnv.c 723 const void* newContext,
733 converter->toUContext = newContext;
739 const void* newContext,
749 converter->fromUContext = newContext;
    [all...]
  /external/icu4c/common/unicode/
ucnv.h     [all...]
ucnv_err.h 29 * usage example: 'STOP' doesn't need any context, but newContext
  /external/webkit/JavaScriptCore/icu/unicode/
ucnv.h 874 * @param newContext the new toUnicode callback context pointer. This can be NULL.
    [all...]

Completed in 2266 milliseconds

1 2