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

  /system/media/wilhelm/src/itf/
IObject.c 22 // Called by a worker thread to handle an asynchronous Object.Realize.
33 AsyncHook realize = clazz->mRealize; local
43 if (NULL != realize) {
45 // Note that the mutex is locked on entry to and exit from the realize hook,
47 result = (*realize)(thiz, SL_BOOLEAN_TRUE);
103 // Reject redundant calls to Realize, except on a shared engine
106 // redundant realize on the shared engine is permitted
127 // Engine was destroyed during realize, or insufficient memory
135 AsyncHook realize = clazz->mRealize; local
136 // Note that the mutex is locked on entry to and exit from the realize hook
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 320 widgetClass->realize = webViewWidgetRealize;
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 254 widget_class->realize = gtk_xtbin_realize;
288 /* caculate the allocation before realize */
313 /* use GtkSocket's realize */
314 (*GTK_WIDGET_CLASS(parent_class)->realize)(widget);
  /external/libpng/
CHANGES     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1192 milliseconds