Searched refs:WTF (Results 151 - 175 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptArguments.h54 bool getFirstArgumentAsString(WTF::String& result, bool checkForNullOrUndefined = false);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRun.h37 BidiRun(int start, int stop, RenderObject* object, BidiContext* context, WTF::Unicode::Direction dir)
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DURLTestHelpers.h45 WTF::String wtfString(url.c_str());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFace.h68 WTF::HashMap<uint32_t, uint16_t>* m_glyphCacheForFaceCacheEntry;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlayList.cpp56 if (index == WTF::kNotFound) {
101 if (index == WTF::kNotFound)
127 return WTF::kNotFound;
136 return WTF::kNotFound;
H A DWebSecurityOrigin.cpp114 WTF::String message(errorMessage);
138 WebSecurityOrigin::WebSecurityOrigin(const WTF::PassRefPtr<SecurityOrigin>& origin)
143 WebSecurityOrigin& WebSecurityOrigin::operator=(const WTF::PassRefPtr<SecurityOrigin>& origin)
149 WebSecurityOrigin::operator WTF::PassRefPtr<SecurityOrigin>() const
H A DWebSharedWorkerImpl.h77 const WTF::String&, int, int, const WTF::String&) OVERRIDE;
79 virtual void postMessageToPageInspector(const WTF::String&) OVERRIDE;
80 virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DContinuousPainter.cpp45 if (pageOverlays && pageOverlays->findGraphicsLayer(layer) != WTF::kNotFound)
H A DPaintAggregator.h64 WTF::Vector<blink::IntRect> paintRects;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferContents.h34 namespace WTF { namespace
81 } // namespace WTF
H A DArrayBufferView.cpp31 namespace WTF { namespace
H A DFilePrintStream.cpp29 namespace WTF { namespace
63 } // namespace WTF
H A DInstanceCounter.h32 namespace WTF { namespace
63 } // namespace WTF
H A DMainThread.cpp39 namespace WTF { namespace
79 } // namespace WTF
H A DStdLibExtras.h107 namespace WTF { namespace
137 #define WTF_ARRAY_LENGTH(array) sizeof(::WTF::ArrayLengthHelperFunction(array))
139 } // namespace WTF
149 using WTF::bitwise_cast;
150 using WTF::safeCast;
H A DWTF.cpp32 #include "WTF.h"
37 namespace WTF { namespace
48 // WTF, and Blink in general, cannot handle being re-initialized, even if shutdown first.
90 } // namespace WTF
H A DWeakPtr.h35 namespace WTF { namespace
147 } // namespace WTF
149 using WTF::WeakPtr;
150 using WTF::WeakPtrFactory;
151 using WTF::WeakReference;
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
H A DWTFTestHelpers.cpp38 namespace WTF { namespace
83 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringCF.cpp34 namespace WTF { namespace
54 } // namespace WTF
H A DTextCodecLatin1.h31 namespace WTF { namespace
47 } // namespace WTF
H A DTextCodecUTF16.h31 namespace WTF { namespace
50 } // namespace WTF
H A DTextCodecUserDefined.h31 namespace WTF { namespace
47 } // namespace WTF
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMessagePortChannel.h63 namespace WTF { namespace
74 } // namespace WTF
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDocumentType.h37 namespace WTF { template <typename T> class PassRefPtr; } namespace
H A DWebHelperPlugin.h61 namespace WTF { namespace
72 } // namespace WTF

Completed in 241 milliseconds

1234567891011>>