Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Side by Side Diff: Source/WebKit/chromium/src/ChromeClientImpl.h

Issue 11419080: Merge 132895 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 virtual void reachedApplicationCacheOriginQuota(WebCore::SecurityOrigin*, in t64_t totalSpaceNeeded); 141 virtual void reachedApplicationCacheOriginQuota(WebCore::SecurityOrigin*, in t64_t totalSpaceNeeded);
142 #if ENABLE(DRAGGABLE_REGION) 142 #if ENABLE(DRAGGABLE_REGION)
143 virtual void annotatedRegionsChanged(); 143 virtual void annotatedRegionsChanged();
144 #endif 144 #endif
145 virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCor e::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&); 145 virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCor e::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
146 #if ENABLE(INPUT_TYPE_COLOR) 146 #if ENABLE(INPUT_TYPE_COLOR)
147 virtual PassOwnPtr<WebCore::ColorChooser> createColorChooser(WebCore::ColorC hooserClient*, const WebCore::Color&) OVERRIDE; 147 virtual PassOwnPtr<WebCore::ColorChooser> createColorChooser(WebCore::ColorC hooserClient*, const WebCore::Color&) OVERRIDE;
148 PassOwnPtr<WebColorChooser> createWebColorChooser(WebColorChooserClient*, co nst WebColor&); 148 PassOwnPtr<WebColorChooser> createWebColorChooser(WebColorChooserClient*, co nst WebColor&);
149 #endif 149 #endif
150 #if ENABLE(CALENDAR_PICKER) 150 #if ENABLE(CALENDAR_PICKER)
151 virtual PassOwnPtr<WebCore::DateTimeChooser> openDateTimeChooser(WebCore::Da teTimeChooserClient*, const WebCore::DateTimeChooserParameters&) OVERRIDE; 151 virtual PassRefPtr<WebCore::DateTimeChooser> openDateTimeChooser(WebCore::Da teTimeChooserClient*, const WebCore::DateTimeChooserParameters&) OVERRIDE;
152 #endif 152 #endif
153 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>) ; 153 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>) ;
154 virtual void loadIconForFiles(const Vector<WTF::String>&, WebCore::FileIconL oader*); 154 virtual void loadIconForFiles(const Vector<WTF::String>&, WebCore::FileIconL oader*);
155 #if ENABLE(DIRECTORY_UPLOAD) 155 #if ENABLE(DIRECTORY_UPLOAD)
156 virtual void enumerateChosenDirectory(WebCore::FileChooser*); 156 virtual void enumerateChosenDirectory(WebCore::FileChooser*);
157 #endif 157 #endif
158 virtual void setCursor(const WebCore::Cursor&); 158 virtual void setCursor(const WebCore::Cursor&);
159 virtual void setCursorHiddenUntilMouseMoves(bool); 159 virtual void setCursorHiddenUntilMouseMoves(bool);
160 virtual void formStateDidChange(const WebCore::Node*); 160 virtual void formStateDidChange(const WebCore::Node*);
161 #if ENABLE(TOUCH_EVENTS) 161 #if ENABLE(TOUCH_EVENTS)
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 255
256 private: 256 private:
257 explicit NavigatorContentUtilsClientImpl(WebViewImpl*); 257 explicit NavigatorContentUtilsClientImpl(WebViewImpl*);
258 258
259 WebViewImpl* m_webView; 259 WebViewImpl* m_webView;
260 }; 260 };
261 261
262 } // namespace WebKit 262 } // namespace WebKit
263 263
264 #endif 264 #endif
OLDNEW
« no previous file with comments | « Source/WebCore/platform/DateTimeChooser.h ('k') | Source/WebKit/chromium/src/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698