Searched refs:WTF (Results 126 - 150 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBoundaries.h36 return WTF::Unicode::hasLineBreakingPropertyComplexContext(ch);
H A DBidiResolver.h130 : eor(WTF::Unicode::OtherNeutral)
131 , lastStrong(WTF::Unicode::OtherNeutral)
132 , last(WTF::Unicode::OtherNeutral)
137 // Uses TextDirection as it only has two possibilities instead of WTF::Unicode::Direction which has 19.
140 WTF::Unicode::Direction direction = textDirection == LTR ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
145 BidiStatus(WTF::Unicode::Direction eorDir, WTF::Unicode::Direction lastStrongDir, WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLHash.h51 namespace WTF { namespace
55 } // namespace WTF
H A DKURL.h37 namespace WTF { namespace
63 explicit KURL(WTF::HashTableDeletedValueType);
78 KURL(const KURL& base, const String& relative, const WTF::TextEncoding&);
187 void init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding);
196 void init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* queryEncoding);
232 PLATFORM_EXPORT String decodeURLEscapeSequences(const String&, const WTF::TextEncoding&);
270 namespace WTF { namespace
277 } // namespace WTF
H A DKURLTest.cpp93 WTF::String utf16(cases[i].url);
142 EXPECT_EQ(WTF::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
154 EXPECT_TRUE(asciiKURL.string() == WTF::String(asciiURL));
160 EXPECT_TRUE(WTF::equalIgnoringCase(asciiKURL, WTF::String(asciiURL)));
165 EXPECT_TRUE(WTF::equalIgnoringCase(mailto.protocol(), "mailto"));
170 EXPECT_TRUE(utf8KURL.string() == WTF::String::fromUTF8(utf8URL));
291 WTF::String input(decodeCases[i].input);
292 WTF::String str = blink::decodeURLEscapeSequences(input);
297 WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecReplacement.cpp12 namespace WTF { namespace
54 } // namespace WTF
H A DTextCodecASCIIFastPath.h32 namespace WTF { namespace
70 UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
75 UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
78 } // namespace WTF
H A DWTFStringTest.cpp36 TEST(WTF, StringCreationFromLiteral)
45 TEST(WTF, StringASCII)
68 TEST(WTF, StringNumberToStringECMAScriptBoundaries)
88 TEST(WTF, StringNumberToStringECMAScriptRegularNumbers)
111 TEST(WTF, StringReplaceWithLiteral)
151 TEST(WTF, StringComparisonOfSameStringVectors)
164 TEST(WTF, SimplifyWhiteSpace)
168 ASSERT_EQ(String(" Hello world "), extraSpaces.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
172 ASSERT_EQ(String(" Hello world "), extraSpacesAndNewlines.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
176 ASSERT_EQ(String(" Hello world "), extraSpacesAndTabs.simplifyWhiteSpace(WTF
[all...]
H A DStringHash.h29 namespace WTF { namespace
70 return WTF::Unicode::foldCase(ch);
152 using WTF::AlreadyHashed;
153 using WTF::CaseFoldingHash;
154 using WTF::StringHash;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterKeyframe.h39 namespace WTF { template <typename T> class PassOwnPtr; } namespace
H A DWebImage.h40 namespace WTF { template <typename T> class PassRefPtr; } namespace
83 BLINK_PLATFORM_EXPORT WebImage(const WTF::PassRefPtr<Image>&);
84 BLINK_PLATFORM_EXPORT WebImage& operator=(const WTF::PassRefPtr<Image>&);
H A DWebMediaStream.h82 BLINK_PLATFORM_EXPORT WebMediaStream(const WTF::PassRefPtr<MediaStreamDescriptor>&);
83 BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<MediaStreamDescriptor>() const;
85 BLINK_PLATFORM_EXPORT WebMediaStream& operator=(const WTF::PassRefPtr<MediaStreamDescriptor>&);
H A DWebURLLoadTiming.h106 BLINK_PLATFORM_EXPORT WebURLLoadTiming(const WTF::PassRefPtr<ResourceLoadTiming>&);
107 BLINK_PLATFORM_EXPORT WebURLLoadTiming& operator=(const WTF::PassRefPtr<ResourceLoadTiming>&);
108 BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<ResourceLoadTiming>() const;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.h56 static const WTF::WeakHandlingFlag weakHandlingFlag = WTF::WeakHandlingInCollections;
57 static bool traceInCollection(Visitor*, Member<CachedMatchedProperties>&, WTF::ShouldWeakPointersBeMarkedStrongly);
/external/chromium_org/third_party/WebKit/Source/modules/beacon/
H A DNavigatorBeacon.h12 namespace WTF { namespace
30 static bool sendBeacon(ExecutionContext*, Navigator&, const String&, PassRefPtr<WTF::ArrayBufferView>, ExceptionState&);
40 bool sendBeacon(ExecutionContext*, const String&, PassRefPtr<WTF::ArrayBufferView>, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.h98 virtual bool shouldReportDetailedMessageForSource(const WTF::String&) OVERRIDE;
101 const WTF::String& message, unsigned lineNumber,
102 const WTF::String& sourceID, const WTF::String& stackTrace) OVERRIDE;
105 const WTF::String& message, LocalFrame*) OVERRIDE;
107 virtual void runJavaScriptAlert(LocalFrame*, const WTF::String&) OVERRIDE;
108 virtual bool runJavaScriptConfirm(LocalFrame*, const WTF::String&) OVERRIDE;
110 LocalFrame*, const WTF::String& message,
111 const WTF::String& defaultValue, WTF
[all...]
H A DWebKit.cpp62 #include "wtf/WTF.h"
132 static void callOnMainThreadFunction(WTF::MainThreadFunction function, void* context)
145 WTF::setRandomSource(cryptographicallyRandomValues);
146 WTF::initialize(currentTimeFunction, monotonicallyIncreasingTimeFunction);
147 WTF::initializeMainThread(callOnMainThreadFunction);
173 WTF::UTF8Encoding();
224 WTF::shutdown();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSerializedScriptValue.h79 WebSerializedScriptValue(const WTF::PassRefPtr<SerializedScriptValue>&);
80 WebSerializedScriptValue& operator=(const WTF::PassRefPtr<SerializedScriptValue>&);
81 operator WTF::PassRefPtr<SerializedScriptValue>() const;
H A DWebHistoryItem.h119 WebHistoryItem(const WTF::PassRefPtr<HistoryItem>&);
120 WebHistoryItem& operator=(const WTF::PassRefPtr<HistoryItem>&);
121 operator WTF::PassRefPtr<HistoryItem>() const;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DUserGestureIndicator.cpp51 if (m_consumableGestures < 1 || (WTF::currentTime() - m_timestamp > (m_outOfProcess ? userGestureOutOfProcessTimeout : userGestureTimeout) && !m_javascriptPrompt))
59 m_timestamp = WTF::currentTime();
64 m_timestamp = WTF::currentTime();
77 if (WTF::currentTime() - m_timestamp > userGestureTimeout)
85 if (WTF::currentTime() - m_timestamp > userGestureTimeout)
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h65 template<bool needsTracing, WTF::WeakHandlingFlag weakHandlingFlag, WTF::ShouldWeakPointersBeMarkedStrongly strongify, typename T, typename Traits> struct CollectionBackingTraceTrait;
124 static const bool nonTrivialFinalizer = WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, GarbageCollectedFinalized>::value;
134 template<typename T, bool = WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, GarbageCollected>::value> class NeedsAdjustAndMark;
147 static const bool value = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, GarbageCollectedMixin>::value;
276 void traceInCollection(T& t, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
292 if (WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMessageQueue.h41 namespace WTF { namespace
202 } // namespace WTF
204 using WTF::MessageQueue;
206 using WTF::MessageQueueWaitResult;
207 using WTF::MessageQueueTerminated;
208 using WTF::MessageQueueTimeout;
209 using WTF::MessageQueueMessageReceived;
H A DArrayBufferContents.cpp32 #include "wtf/WTF.h"
35 namespace WTF { namespace
110 data = partitionAllocGenericFlags(WTF::Partitions::getBufferPartition(), PartitionAllocReturnNull, size);
117 partitionFreeGeneric(WTF::Partitions::getBufferPartition(), data);
120 } // namespace WTF
H A DTerminatedArray.h10 namespace WTF { namespace
67 void operator delete(void* p) { ::WTF::fastFree(p); }
94 } // namespace WTF
96 using WTF::TerminatedArray;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDOMFormData.cpp41 DOMFormData::DOMFormData(const WTF::TextEncoding& encoding)

Completed in 516 milliseconds

1234567891011>>