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

  /external/webkit/Source/WebCore/bindings/js/
ScheduledAction.cpp 148 JSWorkerContext* contextWrapper = scriptController->workerContextWrapper();
149 executeFunctionInContext(contextWrapper, contextWrapper, workerContext);
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 26 import android.content.ContextWrapper;
56 * Test {@link ContextWrapper}.
89 private ContextWrapper mContextWrapper;
103 mContextWrapper = new ContextWrapper(mContext);
130 new ContextWrapper(mContext);
133 new ContextWrapper(null);
284 // set Wallpaper by contextWrapper#setWallpaper(Bitmap)
302 // set Wallpaper by contextWrapper#setWallpaper(InputStream)
346 ContextWrapper.MODE_WORLD_READABLE | ContextWrapper.MODE_WORLD_WRITEABLE, factory)
    [all...]

Completed in 539 milliseconds