Changeset 67788 in webkit


Ignore:
Timestamp:
Sep 18, 2010 1:41:03 PM (14 years ago)
Author:
Patrick Gansterer
Message:

2010-09-18 Patrick Gansterer <paroga@paroga.com>

Reviewed by Darin Adler.

Rename Wince files to WinCE
https://bugs.webkit.org/show_bug.cgi?id=37287

  • wtf/unicode/Unicode.h:
  • wtf/unicode/wince/UnicodeWinCE.cpp: Copied from JavaScriptCore/wtf/unicode/wince/UnicodeWince.cpp.
  • wtf/unicode/wince/UnicodeWinCE.h: Copied from JavaScriptCore/wtf/unicode/wince/UnicodeWince.h.
  • wtf/unicode/wince/UnicodeWince.cpp: Removed.
  • wtf/unicode/wince/UnicodeWince.h: Removed.
  • wtf/wince/FastMallocWinCE.h: Copied from JavaScriptCore/wtf/wince/FastMallocWince.h.
  • wtf/wince/FastMallocWince.h: Removed.

2010-09-18 Ademar de Souza Reis Jr <Ademar Reis>

Reviewed by Kenneth Rohde Christiansen.

Enable Platform Strategies on Qt

[Qt] Turn on PLATFORM_STRATEGIES
https://bugs.webkit.org/show_bug.cgi?id=45831

  • WebCore.pro: Adding/removing implementation files
  • platform/qt/Language.cpp: Added, WebCore::defaultLanguage() was moved from platform/qt/Localizations.cpp (WebCore::defaultLanguage): Moved from Localizations.cpp
  • platform/qt/Localizations.cpp: Removed (code is now inside WebCoreSupport/WebPlatformStrategies.cpp)
  • plugins/qt/PluginDataQt.cpp: Removed (idem)
Location:
trunk
Files:
4 edited
38 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r67787 r67788  
     12010-09-18  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Rename Wince files to WinCE
     6        https://bugs.webkit.org/show_bug.cgi?id=37287
     7
     8        * wtf/unicode/Unicode.h:
     9        * wtf/unicode/wince/UnicodeWinCE.cpp: Copied from JavaScriptCore/wtf/unicode/wince/UnicodeWince.cpp.
     10        * wtf/unicode/wince/UnicodeWinCE.h: Copied from JavaScriptCore/wtf/unicode/wince/UnicodeWince.h.
     11        * wtf/unicode/wince/UnicodeWince.cpp: Removed.
     12        * wtf/unicode/wince/UnicodeWince.h: Removed.
     13        * wtf/wince/FastMallocWinCE.h: Copied from JavaScriptCore/wtf/wince/FastMallocWince.h.
     14        * wtf/wince/FastMallocWince.h: Removed.
     15
    1162010-09-18  Ademar de Souza Reis Jr  <ademar.reis@openbossa.org>
    217
  • trunk/JavaScriptCore/wtf/unicode/Unicode.h

    r52768 r67788  
    3333#include <wtf/unicode/glib/UnicodeGLib.h>
    3434#elif USE(WINCE_UNICODE)
    35 #include <wtf/unicode/wince/UnicodeWince.h>
     35#include <wtf/unicode/wince/UnicodeWinCE.h>
    3636#else
    3737#error "Unknown Unicode implementation"
  • trunk/JavaScriptCore/wtf/unicode/wince/UnicodeWinCE.cpp

    r67784 r67788  
    2121
    2222#include "config.h"
    23 #include "UnicodeWince.h"
     23#include "UnicodeWinCE.h"
    2424
    2525#include <wchar.h>
  • trunk/JavaScriptCore/wtf/unicode/wince/UnicodeWinCE.h

    r67784 r67788  
    2222 */
    2323
    24 #ifndef UNICODE_WINCE_H
    25 #define UNICODE_WINCE_H
     24#ifndef WTF_UnicodeWinCE_h
     25#define WTF_UnicodeWinCE_h
    2626
    2727#include "UnicodeMacrosFromICU.h"
     
    177177}   // namespace WTF
    178178
    179 #endif
    180 // vim: ts=2 sw=2 et
     179#endif // WTF_UnicodeWinCE_h
  • trunk/JavaScriptCore/wtf/wince/FastMallocWinCE.h

    r67784 r67788  
    2020 */
    2121
    22 #ifndef FastMallocWince_h
    23 #define FastMallocWince_h
     22#ifndef WTF_FastMallocWinCE_h
     23#define WTF_FastMallocWinCE_h
    2424
    2525#include <new.h>
     
    173173#endif
    174174
    175 #endif // FastMallocWince_h
    176 
     175#endif // WTF_FastMallocWinCE_h
  • trunk/WebCore/ChangeLog

    r67787 r67788  
    1515        WebCoreSupport/WebPlatformStrategies.cpp)
    1616        * plugins/qt/PluginDataQt.cpp: Removed (idem)
     17
     182010-09-18  Patrick Gansterer  <paroga@paroga.com>
     19
     20        Reviewed by Darin Adler.
     21
     22        Rename Wince files to WinCE
     23        https://bugs.webkit.org/show_bug.cgi?id=37287
     24
     25        * loader/icon/wince/IconDatabaseWinCE.cpp: Copied from WebCore/loader/icon/wince/IconDatabaseWince.cpp.
     26        * loader/icon/wince/IconDatabaseWince.cpp: Removed.
     27        * page/wince/FrameWinCE.cpp: Copied from WebCore/page/wince/FrameWince.cpp.
     28        * page/wince/FrameWince.cpp: Removed.
     29        * platform/graphics/MediaPlayer.cpp:
     30        * platform/graphics/wince/ColorWinCE.cpp: Copied from WebCore/platform/graphics/wince/ColorWince.cpp.
     31        * platform/graphics/wince/ColorWince.cpp: Removed.
     32        * platform/graphics/wince/FontCacheWinCE.cpp: Copied from WebCore/platform/graphics/wince/FontCacheWince.cpp.
     33        * platform/graphics/wince/FontCacheWince.cpp: Removed.
     34        * platform/graphics/wince/FontWinCE.cpp: Copied from WebCore/platform/graphics/wince/FontWince.cpp.
     35        * platform/graphics/wince/FontWince.cpp: Removed.
     36        * platform/graphics/wince/GlyphPageTreeNodeWinCE.cpp: Copied from WebCore/platform/graphics/wince/GlyphPageTreeNodeWince.cpp.
     37        * platform/graphics/wince/GlyphPageTreeNodeWince.cpp: Removed.
     38        * platform/graphics/wince/GradientWinCE.cpp: Copied from WebCore/platform/graphics/wince/GradientWince.cpp.
     39        * platform/graphics/wince/GradientWince.cpp: Removed.
     40        * platform/graphics/wince/GraphicsContextWinCE.cpp: Copied from WebCore/platform/graphics/wince/GraphicsContextWince.cpp.
     41        * platform/graphics/wince/GraphicsContextWince.cpp: Removed.
     42        * platform/graphics/wince/ImageBufferWinCE.cpp: Copied from WebCore/platform/graphics/wince/ImageBufferWince.cpp.
     43        * platform/graphics/wince/ImageBufferWince.cpp: Removed.
     44        * platform/graphics/wince/MediaPlayerPrivateWinCE.h: Copied from WebCore/platform/graphics/wince/MediaPlayerPrivateWince.h.
     45        * platform/graphics/wince/MediaPlayerPrivateWince.h: Removed.
     46        * platform/graphics/wince/PathWinCE.cpp: Copied from WebCore/platform/graphics/wince/PathWince.cpp.
     47        * platform/graphics/wince/PathWince.cpp: Removed.
     48        * platform/graphics/wince/PlatformPathWinCE.cpp: Copied from WebCore/platform/graphics/wince/PlatformPathWince.cpp.
     49        * platform/graphics/wince/PlatformPathWinCE.h: Copied from WebCore/platform/graphics/wince/PlatformPathWince.h.
     50        * platform/graphics/wince/PlatformPathWince.cpp: Removed.
     51        * platform/graphics/wince/PlatformPathWince.h: Removed.
     52        * platform/graphics/wince/SimpleFontDataWinCE.cpp: Copied from WebCore/platform/graphics/wince/SimpleFontDataWince.cpp.
     53        * platform/graphics/wince/SimpleFontDataWince.cpp: Removed.
     54        * platform/graphics/wince/WinCEGraphicsExtras.h: Copied from WebCore/platform/graphics/wince/WinceGraphicsExtras.h.
     55        * platform/graphics/wince/WinceGraphicsExtras.h: Removed.
     56        * platform/text/wince/TextBoundariesWinCE.cpp: Copied from WebCore/platform/text/wince/TextBoundariesWince.cpp.
     57        * platform/text/wince/TextBoundariesWince.cpp: Removed.
     58        * platform/text/wince/TextBreakIteratorWinCE.cpp: Copied from WebCore/platform/text/wince/TextBreakIteratorWince.cpp.
     59        * platform/text/wince/TextBreakIteratorWince.cpp: Removed.
     60        * platform/wince/CursorWinCE.cpp: Copied from WebCore/platform/wince/CursorWince.cpp.
     61        * platform/wince/CursorWince.cpp: Removed.
     62        * platform/wince/DragDataWinCE.cpp: Copied from WebCore/platform/wince/DragDataWince.cpp.
     63        * platform/wince/DragDataWince.cpp: Removed.
     64        * platform/wince/DragImageWinCE.cpp: Copied from WebCore/platform/wince/DragImageWince.cpp.
     65        * platform/wince/DragImageWince.cpp: Removed.
     66        * platform/wince/EditorWinCE.cpp: Copied from WebCore/platform/wince/EditorWince.cpp.
     67        (WebCore::Editor::newGeneralClipboard):
     68        * platform/wince/EditorWince.cpp: Removed.
     69        * platform/wince/FileChooserWinCE.cpp: Copied from WebCore/platform/wince/FileChooserWince.cpp.
     70        * platform/wince/FileChooserWince.cpp: Removed.
     71        * platform/wince/FileSystemWinCE.cpp: Copied from WebCore/platform/wince/FileSystemWince.cpp.
     72        * platform/wince/FileSystemWince.cpp: Removed.
     73        * platform/wince/KURLWinCE.cpp: Copied from WebCore/platform/wince/KURLWince.cpp.
     74        * platform/wince/KURLWince.cpp: Removed.
     75        * platform/wince/KeygenWinCE.cpp: Copied from WebCore/platform/wince/KeygenWince.cpp.
     76        * platform/wince/KeygenWince.cpp: Removed.
     77        * platform/wince/MIMETypeRegistryWinCE.cpp: Copied from WebCore/platform/wince/MIMETypeRegistryWince.cpp.
     78        * platform/wince/MIMETypeRegistryWince.cpp: Removed.
     79        * platform/wince/PasteboardWinCE.cpp: Copied from WebCore/platform/wince/PasteboardWince.cpp.
     80        * platform/wince/PasteboardWince.cpp: Removed.
     81        * platform/wince/SearchPopupMenuWinCE.cpp: Copied from WebCore/platform/wince/SearchPopupMenuWince.cpp.
     82        * platform/wince/SearchPopupMenuWince.cpp: Removed.
     83        * platform/wince/SharedTimerWinCE.cpp: Copied from WebCore/platform/wince/SharedTimerWince.cpp.
     84        * platform/wince/SharedTimerWince.cpp: Removed.
     85        * rendering/RenderThemeWinCE.cpp: Copied from WebCore/rendering/RenderThemeWince.cpp.
     86        (WebCore::RenderThemeWinCE::create):
     87        (WebCore::RenderTheme::themeForPage):
     88        (WebCore::RenderThemeWinCE::RenderThemeWinCE):
     89        (WebCore::RenderThemeWinCE::~RenderThemeWinCE):
     90        (WebCore::RenderThemeWinCE::platformActiveSelectionBackgroundColor):
     91        (WebCore::RenderThemeWinCE::platformInactiveSelectionBackgroundColor):
     92        (WebCore::RenderThemeWinCE::platformActiveSelectionForegroundColor):
     93        (WebCore::RenderThemeWinCE::platformInactiveSelectionForegroundColor):
     94        (WebCore::RenderThemeWinCE::supportsFocus):
     95        (WebCore::RenderThemeWinCE::supportsFocusRing):
     96        (WebCore::RenderThemeWinCE::determineClassicState):
     97        (WebCore::RenderThemeWinCE::getThemeData):
     98        (WebCore::RenderThemeWinCE::paintButton):
     99        (WebCore::RenderThemeWinCE::setCheckboxSize):
     100        (WebCore::RenderThemeWinCE::paintTextField):
     101        (WebCore::RenderThemeWinCE::adjustMenuListStyle):
     102        (WebCore::RenderThemeWinCE::paintMenuList):
     103        (WebCore::RenderThemeWinCE::paintMenuListButton):
     104        (WebCore::RenderThemeWinCE::systemFont):
     105        (WebCore::RenderThemeWinCE::themeChanged):
     106        (WebCore::RenderThemeWinCE::extraDefaultStyleSheet):
     107        (WebCore::RenderThemeWinCE::extraQuirksStyleSheet):
     108        (WebCore::RenderThemeWinCE::supportsHover):
     109        (WebCore::RenderThemeWinCE::systemColor):
     110        (WebCore::RenderThemeWinCE::adjustSliderThumbSize):
     111        (WebCore::RenderThemeWinCE::adjustButtonInnerStyle):
     112        (WebCore::RenderThemeWinCE::adjustSearchFieldStyle):
     113        (WebCore::RenderThemeWinCE::paintSearchField):
     114        (WebCore::RenderThemeWinCE::paintSearchFieldCancelButton):
     115        (WebCore::RenderThemeWinCE::adjustSearchFieldCancelButtonStyle):
     116        (WebCore::RenderThemeWinCE::adjustSearchFieldDecorationStyle):
     117        (WebCore::RenderThemeWinCE::adjustSearchFieldResultsDecorationStyle):
     118        (WebCore::RenderThemeWinCE::paintSearchFieldResultsDecoration):
     119        (WebCore::RenderThemeWinCE::adjustSearchFieldResultsButtonStyle):
     120        (WebCore::RenderThemeWinCE::paintSearchFieldResultsButton):
     121        (WebCore::RenderThemeWinCE::adjustMenuListButtonStyle):
     122        (WebCore::RenderThemeWinCE::paintSliderTrack):
     123        (WebCore::RenderThemeWinCE::paintSliderThumb):
     124        (WebCore::RenderThemeWinCE::paintMediaFullscreenButton):
     125        (WebCore::RenderThemeWinCE::paintMediaMuteButton):
     126        (WebCore::RenderThemeWinCE::paintMediaPlayButton):
     127        (WebCore::RenderThemeWinCE::paintMediaSeekBackButton):
     128        (WebCore::RenderThemeWinCE::paintMediaSeekForwardButton):
     129        (WebCore::RenderThemeWinCE::paintMediaSliderTrack):
     130        (WebCore::RenderThemeWinCE::paintMediaSliderThumb):
     131        * rendering/RenderThemeWinCE.h: Copied from WebCore/rendering/RenderThemeWince.h.
     132        * rendering/RenderThemeWince.cpp: Removed.
     133        * rendering/RenderThemeWince.h: Removed.
     134        * storage/wince/DatabaseThreadWinCE.cpp: Copied from WebCore/storage/wince/DatabaseThreadWince.cpp.
     135        * storage/wince/DatabaseThreadWinCE.h: Copied from WebCore/storage/wince/DatabaseThreadWince.h.
     136        * storage/wince/DatabaseThreadWince.cpp: Removed.
     137        * storage/wince/DatabaseThreadWince.h: Removed.
     138        * storage/wince/LocalStorageThreadWinCE.cpp: Copied from WebCore/storage/wince/LocalStorageThreadWince.cpp.
     139        * storage/wince/LocalStorageThreadWinCE.h: Copied from WebCore/storage/wince/LocalStorageThreadWince.h.
     140        * storage/wince/LocalStorageThreadWince.cpp: Removed.
     141        * storage/wince/LocalStorageThreadWince.h: Removed.
    17142
    181432010-09-18  Patrick Gansterer  <paroga@paroga.com>
  • trunk/WebCore/platform/graphics/MediaPlayer.cpp

    r66961 r67788  
    4949#include "MediaPlayerPrivateQTKit.h"
    5050#elif OS(WINCE) && !PLATFORM(QT)
    51 #include "MediaPlayerPrivateWince.h"
     51#include "MediaPlayerPrivateWinCE.h"
    5252#elif PLATFORM(WIN)
    5353#include "MediaPlayerPrivateQuickTimeVisualContext.h"
  • trunk/WebCore/platform/graphics/wince/FontCacheWinCE.cpp

    r67784 r67788  
    349349}
    350350
    351 }
    352 
     351} // namespace WebCore
  • trunk/WebCore/platform/graphics/wince/FontWinCE.cpp

    r67784 r67788  
    335335}
    336336
    337 }
     337} // namespace WebCore
  • trunk/WebCore/platform/graphics/wince/GlyphPageTreeNodeWinCE.cpp

    r67784 r67788  
    7676}
    7777
    78 }
    79 
     78} // namespace WebCore
  • trunk/WebCore/platform/graphics/wince/GradientWinCE.cpp

    r67784 r67788  
    5050}
    5151
    52 }
     52} // namespace WebCore
  • trunk/WebCore/platform/graphics/wince/GraphicsContextWinCE.cpp

    r67784 r67788  
    3030#include "NotImplemented.h"
    3131#include "Path.h"
    32 #include "PlatformPathWince.h"
     32#include "PlatformPathWinCE.h"
    3333#include "SharedBitmap.h"
    3434#include "SimpleFontData.h"
  • trunk/WebCore/platform/graphics/wince/ImageBufferWinCE.cpp

    r67784 r67788  
    253253}
    254254
    255 }
     255} // namespace WebCore
  • trunk/WebCore/platform/graphics/wince/MediaPlayerPrivateWinCE.h

    r67784 r67788  
    2525 */
    2626
    27 #ifndef MediaPlayerPrivateWince_h
    28 #define MediaPlayerPrivateWince_h
     27#ifndef MediaPlayerPrivateWinCE_h
     28#define MediaPlayerPrivateWinCE_h
    2929
    3030#if ENABLE(VIDEO)
     
    121121}
    122122
    123 #endif
     123#endif // ENABLE(VIDEO)
    124124
    125 #endif
     125#endif // MediaPlayerPrivateWinCE_h
  • trunk/WebCore/platform/graphics/wince/PathWinCE.cpp

    r67784 r67788  
    2424#include "FloatRect.h"
    2525#include "NotImplemented.h"
    26 #include "PlatformPathWince.h"
     26#include "PlatformPathWinCE.h"
    2727#include "PlatformString.h"
    2828#include <wtf/OwnPtr.h>
  • trunk/WebCore/platform/graphics/wince/PlatformPathWinCE.cpp

    r67784 r67788  
    1919
    2020#include "config.h"
    21 #include "PlatformPathWince.h"
     21#include "PlatformPathWinCE.h"
    2222
    2323#include "AffineTransform.h"
     
    2626#include "Path.h"
    2727#include "PlatformString.h"
    28 #include "WinceGraphicsExtras.h"
     28#include "WinCEGraphicsExtras.h"
    2929#include <wtf/MathExtras.h>
    3030#include <wtf/OwnPtr.h>
     
    3434namespace WebCore {
    3535
    36 // Implemented in GraphicsContextWince.cpp
     36// Implemented in GraphicsContextWinCE.cpp
    3737void getEllipsePointByAngle(double angle, double a, double b, float& x, float& y);
    3838
  • trunk/WebCore/platform/graphics/wince/PlatformPathWinCE.h

    r67784 r67788  
    1818 */
    1919
    20 #ifndef PlatformPathWince_h
    21 #define PlatformPathWince_h
     20#ifndef PlatformPathWinCE_h
     21#define PlatformPathWinCE_h
    2222
    2323#include "FloatPoint.h"
     
    181181}
    182182
    183 #endif // PlatformPathWince_h
     183#endif // PlatformPathWinCE_h
  • trunk/WebCore/platform/graphics/wince/SimpleFontDataWinCE.cpp

    r67784 r67788  
    164164}
    165165
    166 }
     166} // namespace WebCore
  • trunk/WebCore/platform/graphics/wince/WinCEGraphicsExtras.h

    r67784 r67788  
    1818 */
    1919
    20 #ifndef WinceGraphicsExtras_h
    21 #define WinceGraphicsExtras_h
     20#ifndef WinCEGraphicsExtras_h
     21#define WinCEGraphicsExtras_h
    2222
    2323// This file is used to contain small utilities used by WINCE graphics code.
     
    3737}
    3838
    39 #endif WinceGraphicsExtras_h
     39#endif WinCEGraphicsExtras_h
  • trunk/WebCore/platform/text/wince/TextBoundariesWinCE.cpp

    r67784 r67788  
    7272}
    7373
    74 
    75 }
     74} // namespace WebCore
  • trunk/WebCore/platform/wince/CursorWinCE.cpp

    r67784 r67788  
    107107const Cursor& grabCursor() { return moveCursor(); }
    108108
    109 }
     109} // namespace WebCore
  • trunk/WebCore/platform/wince/DragDataWinCE.cpp

    r67784 r67788  
    8181}
    8282
    83 }
    84 
     83} // namespace WebCore
  • trunk/WebCore/platform/wince/DragImageWinCE.cpp

    r67784 r67788  
    6161}
    6262
    63 }
     63} // namespace WebCore
  • trunk/WebCore/platform/wince/EditorWinCE.cpp

    r67784 r67788  
    2323#include "Editor.h"
    2424
    25 #include "ClipboardWince.h"
     25#include "ClipboardWinCE.h"
    2626#include "Document.h"
    2727#include "EditorClient.h"
     
    3838PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame*)
    3939{
    40     return adoptRef(new ClipboardWince(policy, false));
     40    return adoptRef(new ClipboardWinCE(policy, false));
    4141}
    4242
  • trunk/WebCore/platform/wince/FileChooserWinCE.cpp

    r67784 r67788  
    5858}
    5959
    60 }
     60} // namespace WebCore
  • trunk/WebCore/platform/wince/FileSystemWinCE.cpp

    r67784 r67788  
    282282}
    283283
    284 }
     284} // namespace WebCore
  • trunk/WebCore/platform/wince/KURLWinCE.cpp

    r67784 r67788  
    2828}
    2929
    30 }
     30} // namespace WebCore
  • trunk/WebCore/platform/wince/MIMETypeRegistryWinCE.cpp

    r67784 r67788  
    139139}
    140140
    141 }
     141} // namespace WebCore
  • trunk/WebCore/platform/wince/SearchPopupMenuWinCE.cpp

    r67784 r67788  
    5252}
    5353
    54 }
     54} // namespace WebCore
  • trunk/WebCore/platform/wince/SharedTimerWinCE.cpp

    r67784 r67788  
    129129}
    130130
    131 }
     131} // namespace WebCore
  • trunk/WebCore/rendering/RenderThemeWinCE.cpp

    r67784 r67788  
    2323
    2424#include "config.h"
    25 #include "RenderThemeWince.h"
     25#include "RenderThemeWinCE.h"
    2626
    2727#include "CSSStyleSheet.h"
     
    8484static const int trackWidth = 4;
    8585
    86 PassRefPtr<RenderTheme> RenderThemeWince::create()
    87 {
    88     return adoptRef(new RenderThemeWince);
     86PassRefPtr<RenderTheme> RenderThemeWinCE::create()
     87{
     88    return adoptRef(new RenderThemeWinCE);
    8989}
    9090
    9191PassRefPtr<RenderTheme> RenderTheme::themeForPage(Page* page)
    9292{
    93     static RenderTheme* winceTheme = RenderThemeWince::create().releaseRef();
     93    static RenderTheme* winceTheme = RenderThemeWinCE::create().releaseRef();
    9494    return winceTheme;
    9595}
    9696
    97 RenderThemeWince::RenderThemeWince()
    98 {
    99 }
    100 
    101 RenderThemeWince::~RenderThemeWince()
    102 {
    103 }
    104 
    105 Color RenderThemeWince::platformActiveSelectionBackgroundColor() const
     97RenderThemeWinCE::RenderThemeWinCE()
     98{
     99}
     100
     101RenderThemeWinCE::~RenderThemeWinCE()
     102{
     103}
     104
     105Color RenderThemeWinCE::platformActiveSelectionBackgroundColor() const
    106106{
    107107    COLORREF color = GetSysColor(COLOR_HIGHLIGHT);
     
    109109}
    110110
    111 Color RenderThemeWince::platformInactiveSelectionBackgroundColor() const
     111Color RenderThemeWinCE::platformInactiveSelectionBackgroundColor() const
    112112{
    113113    COLORREF color = GetSysColor(COLOR_GRAYTEXT);
     
    115115}
    116116
    117 Color RenderThemeWince::platformActiveSelectionForegroundColor() const
     117Color RenderThemeWinCE::platformActiveSelectionForegroundColor() const
    118118{
    119119    COLORREF color = GetSysColor(COLOR_HIGHLIGHTTEXT);
     
    121121}
    122122
    123 Color RenderThemeWince::platformInactiveSelectionForegroundColor() const
     123Color RenderThemeWinCE::platformInactiveSelectionForegroundColor() const
    124124{
    125125    return Color::white;
    126126}
    127127
    128 bool RenderThemeWince::supportsFocus(ControlPart appearance) const
     128bool RenderThemeWinCE::supportsFocus(ControlPart appearance) const
    129129{
    130130    switch (appearance) {
     
    141141}
    142142
    143 bool RenderThemeWince::supportsFocusRing(const RenderStyle *style) const
     143bool RenderThemeWinCE::supportsFocusRing(const RenderStyle *style) const
    144144{
    145145    return supportsFocus(style->appearance());
    146146}
    147147
    148 unsigned RenderThemeWince::determineClassicState(RenderObject* o)
     148unsigned RenderThemeWinCE::determineClassicState(RenderObject* o)
    149149{
    150150    unsigned result = 0;
     
    159159}
    160160
    161 ThemeData RenderThemeWince::getThemeData(RenderObject* o)
     161ThemeData RenderThemeWinCE::getThemeData(RenderObject* o)
    162162{
    163163    ThemeData result;
     
    189189}
    190190
    191 bool RenderThemeWince::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
     191bool RenderThemeWinCE::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
    192192{
    193193    // Get the correct theme data for a button
     
    208208}
    209209
    210 void RenderThemeWince::setCheckboxSize(RenderStyle* style) const
     210void RenderThemeWinCE::setCheckboxSize(RenderStyle* style) const
    211211{
    212212    // If the width and height are both specified, then we have nothing to do.
     
    224224}
    225225
    226 bool RenderThemeWince::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
     226bool RenderThemeWinCE::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
    227227{
    228228    // Get the correct theme data for a textfield
     
    235235}
    236236
    237 void RenderThemeWince::adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     237void RenderThemeWinCE::adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    238238{
    239239    style->resetBorder();
     
    241241}
    242242
    243 bool RenderThemeWince::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
     243bool RenderThemeWinCE::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
    244244{
    245245    paintTextField(o, i, r);
     
    248248}
    249249
    250 bool RenderThemeWince::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
     250bool RenderThemeWinCE::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
    251251{
    252252    IntRect buttonRect(r.right() - dropDownButtonWidth - 1, r.y(), dropDownButtonWidth, r.height());
     
    256256}
    257257
    258 void RenderThemeWince::systemFont(int propId, FontDescription& fontDescription) const
     258void RenderThemeWinCE::systemFont(int propId, FontDescription& fontDescription) const
    259259{
    260260    notImplemented();
    261261}
    262262
    263 void RenderThemeWince::themeChanged()
    264 {
    265 }
    266 
    267 String RenderThemeWince::extraDefaultStyleSheet()
     263void RenderThemeWinCE::themeChanged()
     264{
     265}
     266
     267String RenderThemeWinCE::extraDefaultStyleSheet()
    268268{
    269269    notImplemented();
     
    271271}
    272272
    273 String RenderThemeWince::extraQuirksStyleSheet()
     273String RenderThemeWinCE::extraQuirksStyleSheet()
    274274{
    275275    notImplemented();
     
    277277}
    278278
    279 bool RenderThemeWince::supportsHover(const RenderStyle*) const
     279bool RenderThemeWinCE::supportsHover(const RenderStyle*) const
    280280{
    281281    return false;
     
    318318}
    319319
    320 Color RenderThemeWince::systemColor(int cssValueId) const
     320Color RenderThemeWinCE::systemColor(int cssValueId) const
    321321{
    322322    int sysColorIndex = cssValueIdToSysColorIndex(cssValueId);
     
    331331const int sliderThumbHeight = 15;
    332332
    333 void RenderThemeWince::adjustSliderThumbSize(RenderObject* o) const
     333void RenderThemeWinCE::adjustSliderThumbSize(RenderObject* o) const
    334334{
    335335    if (o->style()->appearance() == SliderThumbVerticalPart) {
     
    343343
    344344#if 0
    345 void RenderThemeWince::adjustButtonInnerStyle(RenderStyle* style) const
     345void RenderThemeWinCE::adjustButtonInnerStyle(RenderStyle* style) const
    346346{
    347347    // This inner padding matches Firefox.
     
    352352}
    353353
    354 void RenderThemeWince::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     354void RenderThemeWinCE::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    355355{
    356356    // Override padding size to match AppKit text positioning.
     
    363363#endif
    364364
    365 bool RenderThemeWince::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r)
     365bool RenderThemeWinCE::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r)
    366366{
    367367    return paintTextField(o, i, r);
    368368}
    369369
    370 bool RenderThemeWince::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     370bool RenderThemeWinCE::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    371371{
    372372    Color buttonColor = (o->node() && o->node()->active()) ? Color(138, 138, 138) : Color(186, 186, 186);
     
    392392}
    393393
    394 void RenderThemeWince::adjustSearchFieldCancelButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     394void RenderThemeWinCE::adjustSearchFieldCancelButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    395395{
    396396    IntSize cancelSize(13, 11);
     
    399399}
    400400
    401 void RenderThemeWince::adjustSearchFieldDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     401void RenderThemeWinCE::adjustSearchFieldDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    402402{
    403403    IntSize emptySize(1, 11);
     
    406406}
    407407
    408 void RenderThemeWince::adjustSearchFieldResultsDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     408void RenderThemeWinCE::adjustSearchFieldResultsDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    409409{
    410410    IntSize magnifierSize(15, 11);
     
    413413}
    414414
    415 bool RenderThemeWince::paintSearchFieldResultsDecoration(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     415bool RenderThemeWinCE::paintSearchFieldResultsDecoration(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    416416{
    417417    notImplemented();
     
    419419}
    420420
    421 void RenderThemeWince::adjustSearchFieldResultsButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     421void RenderThemeWinCE::adjustSearchFieldResultsButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    422422{
    423423    IntSize magnifierSize(15, 11);
     
    426426}
    427427
    428 bool RenderThemeWince::paintSearchFieldResultsButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     428bool RenderThemeWinCE::paintSearchFieldResultsButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    429429{
    430430    paintSearchFieldResultsDecoration(o, paintInfo, r);
     
    432432}
    433433
    434 void RenderThemeWince::adjustMenuListButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     434void RenderThemeWinCE::adjustMenuListButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    435435{
    436436    // These are the paddings needed to place the text correctly in the <select> box
     
    486486#endif
    487487
    488 bool RenderThemeWince::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r)
     488bool RenderThemeWinCE::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r)
    489489{
    490490    bool rc = RenderTheme::paintSliderTrack(o, i, r);
     
    509509}
    510510
    511 bool RenderThemeWince::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)
     511bool RenderThemeWinCE::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)
    512512{
    513513    bool rc = RenderTheme::paintSliderThumb(o, i, r);
     
    529529}
    530530
    531 void RenderThemeWince::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
     531void RenderThemeWinCE::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
    532532{
    533533    const int padding = 1;
     
    540540#if ENABLE(VIDEO)
    541541
    542 bool RenderThemeWince::paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     542bool RenderThemeWinCE::paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    543543{
    544544    bool rc = paintButton(o, paintInfo, r);
     
    553553}
    554554
    555 bool RenderThemeWince::paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     555bool RenderThemeWinCE::paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    556556{
    557557    bool rc = paintButton(o, paintInfo, r);
     
    578578}
    579579
    580 bool RenderThemeWince::paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     580bool RenderThemeWinCE::paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    581581{
    582582    bool rc = paintButton(o, paintInfo, r);
     
    602602}
    603603
    604 bool RenderThemeWince::paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     604bool RenderThemeWinCE::paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    605605{
    606606    bool rc = paintButton(o, paintInfo, r);
     
    618618}
    619619
    620 bool RenderThemeWince::paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     620bool RenderThemeWinCE::paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    621621{
    622622    bool rc = paintButton(o, paintInfo, r);
     
    634634}
    635635
    636 bool RenderThemeWince::paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     636bool RenderThemeWinCE::paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    637637{
    638638    return paintSliderTrack(o, paintInfo, r);
    639639}
    640640
    641 bool RenderThemeWince::paintMediaSliderThumb(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
     641bool RenderThemeWinCE::paintMediaSliderThumb(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    642642{
    643643    return paintSliderThumb(o, paintInfo, r);
     
    645645#endif
    646646
    647 }
     647} // namespace WebCore
  • trunk/WebCore/rendering/RenderThemeWinCE.h

    r67784 r67788  
    2222 */
    2323
    24 #ifndef RenderThemeWince_h
    25 #define RenderThemeWince_h
     24#ifndef RenderThemeWinCE_h
     25#define RenderThemeWinCE_h
    2626
    2727#include "RenderTheme.h"
     
    4646    };
    4747
    48     class RenderThemeWince : public RenderTheme {
     48    class RenderThemeWinCE : public RenderTheme {
    4949    public:
    5050        static PassRefPtr<RenderTheme> create();
    51         ~RenderThemeWince();
     51        ~RenderThemeWinCE();
    5252
    5353        virtual String extraDefaultStyleSheet();
     
    130130
    131131    private:
    132         RenderThemeWince();
     132        RenderThemeWinCE();
    133133
    134134        unsigned determineClassicState(RenderObject*);
     
    140140};
    141141
    142 #endif
     142#endif // RenderThemeWinCE_h
  • trunk/WebCore/storage/wince/DatabaseThreadWinCE.h

    r67784 r67788  
    2222 */
    2323
    24 #ifndef DatabaseThreadWince_h
    25 #define DatabaseThreadWince_h
     24#ifndef DatabaseThreadWinCE_h
     25#define DatabaseThreadWinCE_h
    2626
    2727#include <wtf/Deque.h>
     
    6363} // namespace WebCore
    6464
    65 #endif // DatabaseThreadWince
     65#endif // DatabaseThreadWinCE_h
  • trunk/WebCore/storage/wince/LocalStorageThreadWinCE.cpp

    r67784 r67788  
    8181}
    8282
    83 }
     83} // namespace WebCore
  • trunk/WebCore/storage/wince/LocalStorageThreadWinCE.h

    r67784 r67788  
    2323
    2424
    25 #ifndef LocalStorageThreadWince_h
    26 #define LocalStorageThreadWince_h
     25#ifndef LocalStorageThreadWinCE_h
     26#define LocalStorageThreadWinCE_h
    2727
    2828#include <wtf/Deque.h>
     
    5656} // namespace WebCore
    5757
    58 #endif // LocalStorageThreadWince_h
     58#endif // LocalStorageThreadWinCE_h
Note: See TracChangeset for help on using the changeset viewer.