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

  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 156 ASSERT(!m_placeholderWindow);
159 m_placeholderWindow.adoptNS([[WKPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
164 [NSApp runModalForWindow:m_placeholderWindow.get()];
166 [m_placeholderWindow.get() orderOut:nil];
167 m_placeholderWindow = nullptr;
172 ASSERT(m_placeholderWindow);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h 92 RetainPtr<WebPlaceholderModalWindow *> m_placeholderWindow;
NetscapePluginHostProxy.mm 240 ASSERT(!m_placeholderWindow);
243 m_placeholderWindow.adoptNS([[WebPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
251 [NSApp runModalForWindow:m_placeholderWindow.get()];
253 [m_placeholderWindow.get() orderOut:nil];
254 m_placeholderWindow = 0;
259 ASSERT(m_placeholderWindow);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.h 150 RetainPtr<WKPlaceholderModalWindow *> m_placeholderWindow;

Completed in 129 milliseconds