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

  /external/webkit/WebCore/bindings/js/
ScheduledAction.cpp 143 JSWorkerContext* contextWrapper = scriptController->workerContextWrapper();
144 executeFunctionInContext(contextWrapper, contextWrapper);
  /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 40 milliseconds