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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ExecutionContextSelector.js 53 var newContext = /** @type {?WebInspector.ExecutionContext} */ (event.data);
54 if (newContext)
55 WebInspector.context.setFlavor(WebInspector.Target, newContext.target());
73 var newContext = executionContexts[0];
76 newContext = executionContexts[i];
78 WebInspector.context.setFlavor(WebInspector.ExecutionContext, newContext);
104 var newContext = null;
108 newContext = executionContexts[0];
112 WebInspector.context.setFlavor(WebInspector.ExecutionContext, newContext);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneLayoutInflater.java 44 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) {
45 super(original, newContext);
68 public LayoutInflater cloneInContext(Context newContext) {
69 return new PhoneLayoutInflater(this, newContext);
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 58 FileSystemOperationContext* NewContext() {
79 scoped_ptr<FileSystemOperationContext> context(NewContext());
103 scoped_ptr<FileSystemOperationContext> context(NewContext());
110 scoped_ptr<FileSystemOperationContext> context(NewContext());
136 scoped_ptr<FileSystemOperationContext> context(NewContext());
156 scoped_ptr<FileSystemOperationContext> context(NewContext());
184 scoped_ptr<FileSystemOperationContext> context(NewContext());
204 scoped_ptr<FileSystemOperationContext> context(NewContext());
235 context.reset(NewContext());
252 context.reset(NewContext());
    [all...]
obfuscated_file_util_unittest.cc 197 FileSystemOperationContext* NewContext(
291 scoped_ptr<FileSystemOperationContext> context(NewContext(NULL));
321 scoped_ptr<FileSystemOperationContext> context(NewContext(NULL));
348 context.reset(NewContext(NULL));
361 context.reset(NewContext(NULL));
366 context.reset(NewContext(NULL));
380 context.reset(NewContext(NULL));
388 context.reset(NewContext(NULL));
458 context.reset(NewContext(NULL));
468 context.reset(NewContext(NULL))
    [all...]
recursive_operation_delegate_unittest.cc 144 scoped_ptr<FileSystemOperationContext> NewContext() {
164 file_util()->EnsureFileExists(NewContext().get(),
173 file_util()->CreateDirectory(NewContext().get(), url,
190 scoped_ptr<FileSystemOperationContext> context = NewContext();
215 scoped_ptr<FileSystemOperationContext> context = NewContext();
271 scoped_ptr<FileSystemOperationContext> context = NewContext();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutInflater.java 77 @Override public LayoutInflater cloneInContext(Context newContext) {
78 return bind(new MyLayoutInflater(newContext), 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/chromium_org/third_party/WebKit/Source/platform/mac/
LocalCurrentGraphicsContext.mm 46 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
47 [NSGraphicsContext setCurrentContext:newContext];
  /external/pdfium/fpdfsdk/include/javascript/
JS_Runtime.h 24 virtual IFXJS_Context * NewContext();
IJavaScript.h 72 virtual IFXJS_Context* NewContext() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior,
56 : context(newContext)
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pbuffer.c 203 CGLContextObj newcontext; local
220 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
233 err = apple_cgl.set_current_context(newcontext);
245 apple_cgl.destroy_context(newcontext);
  /external/libsepol/src/
mls.h 62 uint32_t specified, context_struct_t * newcontext);
mls.c 609 uint32_t specified, context_struct_t * newcontext)
623 return mls_range_set(newcontext,
631 return mls_copy_context(newcontext, scontext);
634 return mls_scopy_context(newcontext, scontext);
638 if (newcontext->type != tcontext->type) {
640 return mls_scopy_context(newcontext, scontext);
643 return mls_copy_context(newcontext, tcontext);
services.c 1202 newcontext)
1212 context_to_string(NULL, policydb, newcontext, &n, &nlen);
1228 context_struct_t *scontext = 0, *tcontext = 0, newcontext; local
1248 context_init(&newcontext);
1255 newcontext.user = scontext->user;
1259 newcontext.user = tcontext->user
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 203 CGLContextObj newcontext; local
220 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
233 err = apple_cgl.set_current_context(newcontext);
245 apple_cgl.destroy_context(newcontext);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 57 protected BridgeInflater(LayoutInflater original, Context newContext) {
58 super(original, newContext);
242 public LayoutInflater cloneInContext(Context newContext) {
243 return new BridgeInflater(this, newContext);
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 150 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
198 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
268 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
277 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 75 SSLContext newContext = SSLContext.getInstance(protocol);
76 assertNotNull(newContext);
77 assertNotSame(oldContext, newContext);
78 SSLContext.setDefault(newContext);
79 assertSame(newContext, SSLContext.getDefault());
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 300 TextContext newContext = textGetContext(text, nativeIndex, forward);
301 ASSERT(newContext != NoContext);
302 if (newContext == currentContext) {
308 } else if (newContext == PrimaryContext) {
311 ASSERT(newContext == PriorContext);
423 TextContext newContext = textGetContext(text, nativeIndex, forward);
424 ASSERT(newContext != NoContext);
425 if (newContext == currentContext) {
431 } else if (newContext == PrimaryContext) {
434 ASSERT(newContext == PriorContext)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 413 public MockLayoutInflater(LayoutInflater original, Context newContext) {
414 super(original, newContext);
424 public LayoutInflater cloneInContext(Context newContext) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c 225 const void *newContext = (const char *)originalTContext + 1;
231 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData);
236 TEST_ASSERT(context == newContext);
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 225 const void *newContext = (const char *)originalTContext + 1;
231 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData);
236 TEST_ASSERT(context == newContext);
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 175 Node newContext = (Node) xpath.evaluate(
178 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING));

Completed in 569 milliseconds

1 2 3 4