Lines Matching defs:Chrome

23 #include "core/page/Chrome.h"
51 Chrome::Chrome(Page* page, ChromeClient* client)
58 Chrome::~Chrome()
62 PassOwnPtr<Chrome> Chrome::create(Page* page, ChromeClient* client)
64 return adoptPtr(new Chrome(page, client));
67 void Chrome::invalidateContentsAndRootView(const IntRect& updateRect)
72 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect)
77 IntRect Chrome::rootViewToScreen(const IntRect& rect) const
82 blink::WebScreenInfo Chrome::screenInfo() const
87 void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
92 void Chrome::setWindowRect(const FloatRect& rect) const
97 FloatRect Chrome::windowRect() const
102 FloatRect Chrome::pageRect() const
107 void Chrome::focus() const
112 bool Chrome::canTakeFocus(FocusType type) const
117 void Chrome::takeFocus(FocusType type) const
122 void Chrome::focusedNodeChanged(Node* node) const
127 void Chrome::show(NavigationPolicy policy) const
132 bool Chrome::canRunModal() const
149 bool Chrome::canRunModalNow() const
154 void Chrome::runModal() const
164 void Chrome::setWindowFeatures(const WindowFeatures& features) const
173 bool Chrome::toolbarsVisible() const
178 bool Chrome::statusbarVisible() const
183 bool Chrome::scrollbarsVisible() const
188 bool Chrome::menubarVisible() const
193 bool Chrome::canRunBeforeUnloadConfirmPanel()
198 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
210 void Chrome::closeWindowSoon()
215 void Chrome::runJavaScriptAlert(LocalFrame* frame, const String& message)
232 bool Chrome::runJavaScriptConfirm(LocalFrame* frame, const String& message)
250 bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result)
269 void Chrome::setStatusbarText(LocalFrame* frame, const String& status)
275 IntRect Chrome::windowResizerRect() const
280 void Chrome::mouseDidMoveOverElement(const HitTestResult& result, unsigned modifierFlags)
289 void Chrome::setToolTip(const HitTestResult& result)
319 void Chrome::print(LocalFrame* frame)
328 void Chrome::enumerateChosenDirectory(FileChooser* fileChooser)
333 PassOwnPtr<ColorChooser> Chrome::createColorChooser(LocalFrame* frame, ColorChooserClient* client, const Color& initialColor)
339 PassRefPtr<DateTimeChooser> Chrome::openDateTimeChooser(DateTimeChooserClient* client, const DateTimeChooserParameters& parameters)
345 void Chrome::openTextDataListChooser(HTMLInputElement& input)
351 void Chrome::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
357 void Chrome::dispatchViewportPropertiesDidChange(const ViewportDescription& description) const
362 void Chrome::setCursor(const Cursor& cursor)
367 void Chrome::scheduleAnimation()
375 bool Chrome::hasOpenedPopup() const
380 PassRefPtrWillBeRawPtr<PopupMenu> Chrome::createPopupMenu(LocalFrame& frame, PopupMenuClient* client) const
386 void Chrome::registerPopupOpeningObserver(PopupOpeningObserver* observer)
392 void Chrome::unregisterPopupOpeningObserver(PopupOpeningObserver* observer)
399 void Chrome::notifyPopupOpeningObservers() const
406 void Chrome::willBeDestroyed()