OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newWindow
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKit/qt/QGVLauncher/
main.cpp
392
void
newWindow
(const QString &url = QString())
457
fileMenu->addAction("New Window", this, SLOT(
newWindow
()), QKeySequence::New);
523
window->
newWindow
(args.at(i));
/external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp
703
JSDOMWindow*
newWindow
= toJSDOMWindow(newFrame, normalWorld(exec->globalData()));
706
newWindow
->putDirect(Identifier(exec, "dialogArguments"), dialogArgs);
708
if (!protocolIsJavaScript(url) ||
newWindow
->allowsAccessFrom(exec)) {
[
all
...]
/external/webkit/WebKitTools/QtLauncher/
main.cpp
122
void
newWindow
(const QString& url = QString());
473
void LauncherWindow::
newWindow
(const QString& url)
482
fileMenu->addAction("New Window", this, SLOT(
newWindow
()), QKeySequence::New);
742
window->
newWindow
(url);
Completed in 69 milliseconds