Searched refs:WTF (Results 176 - 200 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/public/web/
H A DWebLabelElement.h37 namespace WTF { template <typename T> class PassRefPtr; } namespace
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.h116 virtual WTF::String userAgent(const KURL&) OVERRIDE;
117 virtual WTF::String doNotTrackValue() OVERRIDE;
119 virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const WTF::AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
123 const Vector<WTF::String>&, const Vector<WTF::String>&,
124 const WTF::String&, bool loadManually, DetachedPluginPolicy) OVERRIDE;
128 const Vector<WTF::String>& paramNames,
129 const Vector<WTF::String>& paramValues) OVERRIDE;
131 const KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h38 namespace WTF { namespace
413 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
601 return WTF::isAllSpecialCharacters<isSpecialCharacter, LChar>(characters8(), len);
602 return WTF::isAllSpecialCharacters<isSpecialCharacter, UChar>(characters16(), len);
661 } // namespace WTF
665 using WTF::CString;
666 using WTF::KeepTrailingZeros;
667 using WTF::StrictUTF8Conversion;
668 using WTF
[all...]
H A DCString.h33 namespace WTF { namespace
45 // CStringBuffers are allocated out of the WTF buffer partition.
93 } // namespace WTF
95 using WTF::CString;
H A DStringView.h36 namespace WTF { namespace
106 using WTF::StringView;
H A DTextCodec.h36 namespace WTF { namespace
101 } // namespace WTF
103 using WTF::TextCodec;
H A DCStringTest.cpp33 TEST(WTF, CStringNullStringConstructor)
51 TEST(WTF, CStringEmptyEmptyConstructor)
65 TEST(WTF, CStringEmptyRegularConstructor)
80 TEST(WTF, CStringUninitializedConstructor)
95 TEST(WTF, CStringZeroTerminated)
102 TEST(WTF, CStringCopyOnWrite)
114 TEST(WTF, CStringComparison)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextResourceDecoder.cpp34 using namespace WTF;
83 static WTF::TextEncoding findTextEncoding(const char* encodingName, int length)
102 const WTF::TextEncoding& TextResourceDecoder::defaultEncoding(ContentType contentType, const WTF::TextEncoding& specifiedDefaultEncoding)
113 TextResourceDecoder::TextResourceDecoder(const String& mimeType, const WTF::TextEncoding& specifiedDefaultEncoding, bool usesEncodingDetector)
132 void TextResourceDecoder::setEncoding(const WTF::TextEncoding& encoding, EncodingSource source)
401 WTF::TextEncoding detectedEncoding;
424 WTF::TextEncoding detectedEncoding;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleGridData.h40 typedef HashMap<size_t, Vector<String>, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > OrderedNamedGridLines;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAsyncAudioDecoder.cpp63 m_thread->postTask(new Task(WTF::bind(&AsyncAudioDecoder::decode, audioDataRef.release().leakRef(), sampleRate, successCallback, errorCallback)));
72 callOnMainThread(WTF::bind(&AsyncAudioDecoder::notifyComplete, audioData, successCallback, errorCallback, bus.release().leakRef()));
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFDatabaseLoader.cpp102 m_thread->postTask(new Task(WTF::bind(&HRTFDatabaseLoader::loadTask, this)));
125 m_thread->postTask(new Task(WTF::bind(&HRTFDatabaseLoader::cleanupTask, this, &sync)));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DMemoryActivatedFont.mm44 typedef HashMap<WTF::String, MemoryActivatedFont*> FontNameMemoryFontHash;
85 WTF::String hashKeyFromNSFont(NSFont* srcFont)
89 return WTF::String::format("%s %x", [[srcFont fontName] UTF8String], traits);
107 WTF::String hashKey = hashKeyFromNSFont(nsFont);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DSpinLockTest.cpp85 thread1->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
86 thread2->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
H A DImeOnFocusTest.cpp69 void focus(const WTF::AtomicString& element);
70 void runImeOnFocusTest(std::string fileName, int, IntPoint tapPoint = IntPoint(-1, -1), const WTF::AtomicString& focusElement = WTF::nullAtom, std::string frame = "");
93 void ImeOnFocusTest::focus(const WTF::AtomicString& element)
98 void ImeOnFocusTest::runImeOnFocusTest(std::string fileName, int expectedImeRequestCount, IntPoint tapPoint, const WTF::AtomicString& focusElement, std::string frame)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedStack.h37 namespace WTF { namespace
112 using WTF::LinkedStack;
H A DNonCopyingSort.h30 namespace WTF { namespace
85 } // namespace WTF
87 using WTF::nonCopyingSort;
H A DStreamBuffer.h37 namespace WTF { namespace
113 } // namespace WTF
115 using WTF::StreamBuffer;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystemCallbacks.h41 namespace WTF { template <typename T> class PassOwnPtr; } namespace
67 BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<AsyncFileSystemCallbacks>&);
H A DWebHTTPLoadInfo.h76 BLINK_PLATFORM_EXPORT WebHTTPLoadInfo(WTF::PassRefPtr<ResourceLoadInfo>);
77 BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<ResourceLoadInfo>() const;
H A DWebMediaStreamSource.h114 BLINK_PLATFORM_EXPORT WebMediaStreamSource(const WTF::PassRefPtr<MediaStreamSource>&);
116 BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<MediaStreamSource>() const;
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.h44 namespace WTF { namespace
109 bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
110 bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
111 bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
112 bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.h39 namespace WTF { namespace
54 typedef Vector<RefPtr<WTF::ArrayBuffer>, 1> ArrayBufferArray;
114 typedef Vector<WTF::ArrayBufferContents, 1> ArrayBufferContentsArray;
H A DV8PerContextData.h53 typedef WTF::Vector<V8NPObject*> V8NPObjectVector;
54 typedef WTF::HashMap<int, V8NPObjectVector> V8NPObjectMap;
123 typedef WTF::HashMap<CustomElementDefinition*, OwnPtr<CustomElementBinding> > CustomElementBindingMap;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseThread.cpp70 m_thread->postTask(new Task(WTF::bind(&DatabaseThread::setupDatabaseThread, this)));
87 m_thread->postTask(new Task(WTF::bind(&DatabaseThread::cleanupDatabaseThread, this)));
120 m_thread->postTask(new Task(WTF::bind(&DatabaseThread::cleanupDatabaseThreadCompleted, this)));
/external/chromium_org/third_party/WebKit/Source/core/
H A DInit.cpp94 // It would make logical sense to do this in WTF::initialize() but there are
96 WTF::StringStatics::init();

Completed in 498 milliseconds

1234567891011>>