OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textencoding
(Results
101 - 125
of
128
) sorted by null
1
2
3
4
5
6
/external/webkit/Source/WebKit/wx/
WebFrame.cpp
47
#include "
TextEncoding
.h"
/external/webkit/Source/WebKit/android/jni/
WebHistory.cpp
41
#include "
TextEncoding
.h"
486
const WebCore::
TextEncoding
& e = WebCore::UTF8Encoding();
[
all
...]
/external/skia/src/core/
SkPaint.cpp
317
void SkPaint::setTextEncoding(
TextEncoding
encoding) {
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderText.cpp
148
const
TextEncoding
* encoding = document()->decoder() ? &document()->decoder()->encoding() : 0;
[
all
...]
/external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp
523
ResourceResponse response(url, m_substituteData.mimeType(), m_substituteData.content()->size(), m_substituteData.
textEncoding
(), "");
FrameLoader.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp
35
#include "
TextEncoding
.h"
/external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp
48
#include "
TextEncoding
.h"
/external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp
32
#include "
TextEncoding
.h"
/external/webkit/Source/WebCore/
ChangeLog-2006-05-10
406
* platform/
TextEncoding
.h:
407
* platform/
TextEncoding
.cpp:
408
(WebCore::
TextEncoding
::backslashAsCurrencySymbol): Changed from QChar to UChar.
409
(WebCore::
TextEncoding
::fromUnicode): More of the same.
410
* platform/mac/TextEncodingMac.cpp: (WebCore::
TextEncoding
::fromUnicode): More
[
all
...]
Android.mk
797
platform/text/
TextEncoding
.cpp \
[
all
...]
WebCore.pro
[
all
...]
CMakeLists.txt
[
all
...]
GNUmakefile.list.am
[
all
...]
GNUmakefile.am
[
all
...]
WebCore.gypi
[
all
...]
ChangeLog-2002-12-03
[
all
...]
ChangeLog-2006-12-31
[
all
...]
/external/webkit/Source/WebKit/android/nav/
SelectText.cpp
235
SkPaint::
TextEncoding
save = mPaint.getTextEncoding();
288
SkPaint::
TextEncoding
save = paint.getTextEncoding();
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp
948
const WebString&
textEncoding
,
953
SubstituteData substData(data, mimeType,
textEncoding
, unreachableURL);
[
all
...]
/external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp
506
TextEncoding
encoding = UTF8Encoding();
[
all
...]
/external/webkit/Source/WebKit/chromium/public/
WebFrame.h
312
const WebString&
textEncoding
,
/frameworks/base/core/jni/android/graphics/
Canvas.cpp
789
SkPaint::
TextEncoding
oldEncoding = paint->getTextEncoding();
[
all
...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp
71
#include "
TextEncoding
.h"
[
all
...]
/external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp
63
#include "
TextEncoding
.h"
[
all
...]
Completed in 1289 milliseconds
1
2
3
4
5
6