OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowPopups
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp
149
m_pluginController->loadURL(requestID, method, urlString, target, headerFields, httpBody,
allowPopups
());
215
return m_pluginController->evaluate(npObject, scriptString, result,
allowPopups
());
402
bool NetscapePlugin::
allowPopups
() const
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp
63
static PassRefPtr<PluginView::URLRequest> create(uint64_t requestID, const FrameLoadRequest& request, bool
allowPopups
)
65
return adoptRef(new URLRequest(requestID, request,
allowPopups
));
71
bool
allowPopups
() const { return m_allowPopups; }
74
URLRequest(uint64_t requestID, const FrameLoadRequest& request, bool
allowPopups
)
77
, m_allowPopups(
allowPopups
)
739
frame->script()->setAllowPopupsFromPlugin(request->
allowPopups
());
871
const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool
allowPopups
)
880
m_pendingURLRequests.append(URLRequest::create(requestID, frameLoadRequest,
allowPopups
));
932
bool PluginView::evaluate(NPObject* npObject, const String& scriptString, NPVariant* result, bool
allowPopups
)
939
frame->script()->setAllowPopupsFromPlugin(
allowPopups
);
[
all
...]
Completed in 178 milliseconds