OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_placeholderWindow
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h
96
RetainPtr<WebPlaceholderModalWindow *>
m_placeholderWindow
;
NetscapePluginHostProxy.mm
246
ASSERT(!
m_placeholderWindow
);
249
m_placeholderWindow
.adoptNS([[WebPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
257
[NSApp runModalForWindow:
m_placeholderWindow
.get()];
259
[
m_placeholderWindow
.get() orderOut:nil];
260
m_placeholderWindow
= 0;
265
ASSERT(
m_placeholderWindow
);
[
all
...]
Completed in 428 milliseconds