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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.cpp 41 HWND newWindow = reinterpret_cast<HWND>(window->window);
42 if (newWindow == m_window)
51 m_window = newWindow;
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.h 51 BrowserWindow* newWindow(const QString& url = "about:blank");
main.cpp 69 window->newWindow(urls.at(i));
BrowserWindow.cpp 73 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
162 BrowserWindow* BrowserWindow::newWindow(const QString& url)
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 326 public void setInputFocusLw(WindowState newWindow, boolean updateInputWindows) {
328 Slog.d(WindowManagerService.TAG, "Input focus has changed to " + newWindow);
331 if (newWindow != mInputFocus) {
332 if (newWindow != null && newWindow.canReceiveKeys()) {
336 newWindow.mToken.paused = false;
339 mInputFocus = newWindow;
  /external/webkit/Tools/QtTestBrowser/
main.cpp 349 LauncherWindow* newWindow;
351 newWindow = window = new LauncherWindow(&windowOptions);
353 newWindow = window->newWindow();
355 newWindow->load(url);
launcherwindow.h 208 LauncherWindow* newWindow();
launcherwindow.cpp 178 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 156 - (IBAction)newWindow:(id)sender
208 [self newWindow:self];
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 167 WindowRef newWindow );
603 WindowRef newWindow )
605 if ( newWindow ){
608 OSStatus err = GetWindowProperty(newWindow, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), NULL, &view->fKitWindow);
623 view->fKitWindow = [[CarbonWindowAdapter alloc] initWithCarbonWindowRef: newWindow takingOwnership: NO disableOrdering:NO carbon:YES];
624 SetWindowProperty(newWindow, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), &view->fKitWindow);
626 InstallWindowEventHandler( newWindow, WindowHandler, GetEventTypeCount( kWindowEvents ), kWindowEvents, newWindow, NULL );
631 GetWindowAttributes( newWindow, &attrs );
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 188 void setNewWindowComponent(QDeclarativeComponent *newWindow);
190 void setNewWindowParent(QDeclarativeItem* newWindow);
qdeclarativewebview.cpp 931 void QDeclarativeWebView::setNewWindowComponent(QDeclarativeComponent* newWindow)
933 if (newWindow == d->newWindowComponent)
935 d->newWindowComponent = newWindow;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 425 NSWindow *newWindow = [self window];
426 if (!newWindow)
434 object:newWindow];
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 604 - (void)viewWillMoveToWindow:(NSWindow *)newWindow
614 if (!newWindow) {
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 277 - (void)viewWillMoveToWindow:(NSWindow *)newWindow
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1711 milliseconds