Home | History | Annotate | Download | only in WebCore

Lines Matching full:chrome

2618         in Chrome and ChromeClient.
2622 * page/Chrome.cpp:
2623 (WebCore::Chrome::canRunBeforeUnloadConfirmPanel):
2624 (WebCore::Chrome::runBeforeUnloadConfirmPanel):
2625 (WebCore::Chrome::closeWindowSoon):
2626 * page/Chrome.h:
6604 Now after calling chrome()->createWindow() we call chrome()->show()
8410 Chrome can't use the FrameView at window.open time, because it doesn't
8413 * page/Chrome.cpp:
8414 (WebCore::Chrome::pageRect):
8556 * page/Chrome.cpp:
8557 (WebCore::Chrome::pageRect):
8676 (WebCore::Page::chrome):
8897 Move addMessageToConsole to Chrome.
8909 * page/Chrome.cpp:
8910 (WebCore::Chrome::addMessageToConsole):
8911 * page/Chrome.h:
10798 context menu responsibilities from Chrome and ChromeClient to them.
10803 * page/Chrome.cpp: Remove context menu-related code.
10804 * page/Chrome.h: Ditto.
10820 (WebCore::ContextMenu::populate): Removed the call to Chrome to ask the
11008 * page/Chrome.cpp:
11009 (WebCore::Chrome::addCustomContextMenuItems): Use the chrome to
11011 * page/Chrome.h:
13910 Removed the Page bridge. Beefed up Chrome. Added Screen and ScreenClient.
14102 Created sections of functions to be moved into Chrome, Editor,
14114 Created sections of functions and data to be moved into Chrome,
14691 First cut at factoring Page's UIDelegate-related functions into Chrome
14704 * page/Chrome.cpp: Added. Code copied and converted to c++ from WebCorePageBridge.mm.