Home
last modified time | relevance | path

Searched refs:PlatformBundle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundle.h51 typedef CFBundleRef PlatformBundle; typedef
53 typedef HMODULE PlatformBundle;
55 typedef QLibrary PlatformBundle;
57 typedef void* PlatformBundle;
135PlatformBundle m_platformBundle; // This is leaked right now, since we never unload the bundle/mod…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1631641 * WebProcess/InjectedBundle/InjectedBundle.h: Typedef PlatformBundle as QLibrary for qt.