HomeSort by relevance Sort by last modified time
    Searched refs:WTF (Results 1 - 25 of 934) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLEscape.cpp 32 namespace WTF {
  /external/webkit/Source/JavaScriptCore/wtf/brew/
MainThreadBrew.cpp 32 namespace WTF {
44 } // namespace WTF
  /external/webkit/Source/JavaScriptCore/wtf/
RandomNumber.h 29 namespace WTF {
37 using WTF::randomNumber;
Forward.h 26 namespace WTF {
46 using WTF::ListRefPtr;
47 using WTF::OwnArrayPtr;
48 using WTF::OwnPtr;
49 using WTF::PassOwnArrayPtr;
50 using WTF::PassOwnPtr;
51 using WTF::PassRefPtr;
52 using WTF::RefPtr;
53 using WTF::Vector;
55 using WTF::AtomicString
    [all...]
NotFound.h 29 namespace WTF {
33 } // namespace WTF
35 using WTF::notFound;
CryptographicallyRandomNumber.h 31 namespace WTF {
41 using WTF::cryptographicallyRandomNumber;
42 using WTF::cryptographicallyRandomValues;
MainThread.h 35 namespace WTF {
64 } // namespace WTF
66 using WTF::callOnMainThread;
67 using WTF::callOnMainThreadAndWait;
68 using WTF::cancelCallOnMainThread;
69 using WTF::setMainThreadCallbacksPaused;
70 using WTF::isMainThread;
Threading.h 65 #include <wtf/Assertions.h>
66 #include <wtf/Atomics.h>
67 #include <wtf/Locker.h>
68 #include <wtf/MainThread.h>
69 #include <wtf/Noncopyable.h>
70 #include <wtf/ThreadSafeRefCounted.h>
71 #include <wtf/ThreadingPrimitives.h>
75 WTF::lockAtomicallyInitializedStaticMutex(); \
77 WTF::unlockAtomicallyInitializedStaticMutex();
79 namespace WTF {
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/android/
AndroidThreading.h 29 namespace WTF {
37 } // namespace WTF
MainThreadAndroid.cpp 31 namespace WTF {
42 } // namespace WTF
  /external/webkit/Source/JavaScriptCore/wtf/haiku/
MainThreadHaiku.cpp 35 namespace WTF {
47 } // namespace WTF
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicStringImpl.h 26 namespace WTF {
36 using WTF::AtomicStringImpl;
AtomicStringHash.h 32 #include <wtf/text/AtomicString.h>
33 #include <wtf/HashTraits.h>
35 namespace WTF {
52 template<> struct HashTraits<WTF::AtomicString> : GenericHashTraits<WTF::AtomicString> {
54 static void constructDeletedValue(WTF::AtomicString& slot) { new (&slot) WTF::AtomicString(HashTableDeletedValue); }
55 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
60 using WTF::AtomicStringHash;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h 62 virtual WTF::String inputElementAltText();
63 virtual WTF::String resetButtonDefaultLabel();
64 virtual WTF::String searchableIndexIntroduction();
65 virtual WTF::String submitButtonDefaultLabel();
66 virtual WTF::String fileButtonChooseFileLabel();
67 virtual WTF::String fileButtonNoFileSelectedLabel();
68 virtual WTF::String defaultDetailsSummaryText();
69 virtual WTF::String contextMenuItemTagOpenLinkInNewWindow();
70 virtual WTF::String contextMenuItemTagDownloadLinkToDisk();
71 virtual WTF::String contextMenuItemTagCopyLinkToClipboard()
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 55 virtual WTF::String inputElementAltText();
56 virtual WTF::String resetButtonDefaultLabel();
57 virtual WTF::String searchableIndexIntroduction();
58 virtual WTF::String submitButtonDefaultLabel();
59 virtual WTF::String fileButtonChooseFileLabel();
60 virtual WTF::String fileButtonNoFileSelectedLabel();
61 virtual WTF::String defaultDetailsSummaryText();
63 virtual WTF::String contextMenuItemTagOpenLinkInNewWindow();
64 virtual WTF::String contextMenuItemTagDownloadLinkToDisk();
65 virtual WTF::String contextMenuItemTagCopyLinkToClipboard()
    [all...]
FrameNetworkingContextWinCE.h 34 static PassRefPtr<FrameNetworkingContextWinCE> create(WebCore::Frame* frame, const WTF::String& userAgent)
39 virtual WTF::String userAgent() const;
40 virtual WTF::String referrer() const;
44 FrameNetworkingContextWinCE(WebCore::Frame* frame, const WTF::String& userAgent);
46 WTF::String m_userAgent;
InspectorClientWinCE.h 46 virtual void populateSetting(const WTF::String& key, WTF::String* value);
47 virtual void storeSetting(const WTF::String& key, const WTF::String& value);
49 virtual bool sendMessageToFrontend(const WTF::String&);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CharacterNames.h 31 namespace WTF {
91 } // namespace WTF
93 using WTF::Unicode::aegeanWordSeparatorLine;
94 using WTF::Unicode::aegeanWordSeparatorDot;
95 using WTF::Unicode::blackCircle;
96 using WTF::Unicode::blackSquare;
97 using WTF::Unicode::blackUpPointingTriangle;
98 using WTF::Unicode::bullet;
99 using WTF::Unicode::bullseye;
100 using WTF::Unicode::carriageReturn
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/chromium/
ChromiumThreading.h 34 namespace WTF {
42 } // namespace WTF
  /external/webkit/Source/WebKit/chromium/src/
ChromiumCurrentTime.cpp 32 #include <wtf/CurrentTime.h>
37 namespace WTF {
44 } // namespace WTF
WebEntities.h 35 #include <wtf/HashMap.h>
63 WTF::String entityNameByCode(int code) const;
66 WTF::String convertEntitiesInString(const WTF::String&) const;
68 typedef HashMap<int, WTF::String> EntitiesMapType;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.h 46 virtual void ignoreWordInSpellDocument(const WTF::String&);
47 virtual void learnWord(const WTF::String&);
49 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&);
50 virtual void checkGrammarOfString(const UChar*, int length, WTF::Vector<WebCore::GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
51 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
52 virtual void requestCheckingOfString(WebCore::SpellChecker*, int, WebCore::TextCheckingTypeMask, const WTF::String&) {
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
InspectorClientHaiku.h 34 #include <wtf/Forward.h>
49 virtual void populateSetting(const WTF::String& key, WTF::String* value);
50 virtual void storeSetting(const WTF::String& key, const WTF::String& value);
52 virtual bool sendMessageToFrontend(const WTF::String&);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 32 #include <wtf/HashMap.h>
33 #include <wtf/HashSet.h>
34 #include <wtf/RefCounted.h>
35 #include <wtf/Vector.h>
36 #include <wtf/text/StringHash.h>
85 void providePermissionState(WTF::String origin, bool allow, bool remember);
96 typedef HashSet<WTF::String> OriginSet;
99 static bool getAllowed(WTF::String origin);
101 static void clear(WTF::String origin);
103 static void allow(WTF::String origin)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebdatabase_p.h 32 WTF::String name;
33 WTF::RefPtr<WebCore::SecurityOrigin> origin;

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>