HomeSort by relevance Sort by last modified time
    Searched refs:contextWrapper (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSWorkerContextBase.cpp 76 JSWorkerContext* contextWrapper = script->workerContextWrapper();
77 ASSERT(contextWrapper);
78 return contextWrapper;
ScheduledAction.cpp 148 JSWorkerContext* contextWrapper = scriptController->workerContextWrapper();
149 executeFunctionInContext(contextWrapper, contextWrapper, workerContext);
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 31 import android.content.ContextWrapper;
60 * Test {@link ContextWrapper}.
62 @TestTargetClass(ContextWrapper.class)
94 private ContextWrapper mContextWrapper;
108 mContextWrapper = new ContextWrapper(mContext);
136 method = "ContextWrapper",
140 new ContextWrapper(mContext);
143 new ContextWrapper(null);
359 // set Wallpaper by contextWrapper#setWallpaper(Bitmap)
377 // set Wallpaper by contextWrapper#setWallpaper(InputStream
    [all...]

Completed in 157 milliseconds