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

  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 74 void* coreAnimationLayer;
main.cpp 200 obj->coreAnimationLayer = 0;
304 obj->coreAnimationLayer = createCoreAnimationLayer();
355 if (obj->coreAnimationLayer)
356 CFRelease(obj->coreAnimationLayer);
866 if (!obj->coreAnimationLayer)
870 *v = (void*)CFRetain(obj->coreAnimationLayer);

Completed in 55 milliseconds