Searched refs:platformWindow (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginEventHandler.h65 virtual void* platformWindow(NSWindow*) = 0;
H A DWebNetscapePluginEventHandlerCarbon.h61 virtual void* platformWindow(NSWindow*);
H A DWebNetscapePluginEventHandlerCocoa.h56 virtual void* platformWindow(NSWindow*);
H A DWebNetscapePluginEventHandlerCocoa.mm212 void* WebNetscapePluginEventHandlerCocoa::platformWindow(NSWindow* window)
H A DWebNetscapePluginEventHandlerCarbon.mm407 void* WebNetscapePluginEventHandlerCarbon::platformWindow(NSWindow* window)
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPageClientBlackBerry.h55 virtual BlackBerry::Platform::Graphics::Window* platformWindow() const = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DImageBufferBlackBerry.cpp47 if (BlackBerry::Platform::Graphics::Window* platformWindow = window->platformPageClient()->platformWindow()) {
48 if (BlackBerry::Platform::Graphics::makeBufferCurrent(platformWindow->buffer(), BlackBerry::Platform::Graphics::GLES2))
H A DMediaPlayerPrivateBlackBerry.h164 virtual BlackBerry::Platform::Graphics::Window* platformWindow();
H A DMediaPlayerPrivateBlackBerry.cpp844 BlackBerry::Platform::Graphics::Window* MediaPlayerPrivate::platformWindow() function in class:WebCore::MediaPlayerPrivate
846 return m_webCorePlayer->mediaPlayerClient()->mediaPlayerHostWindow()->platformPageClient()->platformWindow();
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp813 BlackBerry::Platform::Graphics::Window* window = frameView->hostWindow()->platformPageClient()->platformWindow();
932 BlackBerry::Platform::Graphics::Window *window = frameView->hostWindow()->platformPageClient()->platformWindow();
950 BlackBerry::Platform::Graphics::Window* window = frameView->hostWindow()->platformPageClient()->platformWindow();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage_p.h200 virtual Platform::Graphics::Window* platformWindow() const;
H A DWebPage.cpp1909 Platform::Graphics::Window* WebPagePrivate::platformWindow() const function in class:BlackBerry::WebKit::WebPagePrivate

Completed in 168 milliseconds