Searched refs:WTF (Results 1 - 25 of 932) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLEscape.cpp32 namespace WTF { namespace
/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DMainThreadBrew.cpp32 namespace WTF { namespace
44 } // namespace WTF
/external/webkit/Source/JavaScriptCore/wtf/
H A DRandomNumber.h29 namespace WTF { namespace
37 using WTF::randomNumber;
H A DNotFound.h29 namespace WTF { namespace
33 } // namespace WTF
35 using WTF::notFound;
H A DForward.h26 namespace WTF { namespace
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
[all...]
H A DThreading.h75 WTF::lockAtomicallyInitializedStaticMutex(); \
77 WTF::unlockAtomicallyInitializedStaticMutex();
79 namespace WTF { namespace
109 } // namespace WTF
111 using WTF::ThreadIdentifier;
112 using WTF::createThread;
113 using WTF::currentThread;
114 using WTF::detachThread;
115 using WTF::waitForThreadCompletion;
116 using WTF
[all...]
H A DMainThread.h35 namespace WTF { namespace
64 } // namespace WTF
66 using WTF::callOnMainThread;
67 using WTF::callOnMainThreadAndWait;
68 using WTF::cancelCallOnMainThread;
69 using WTF::setMainThreadCallbacksPaused;
70 using WTF::isMainThread;
H A DCurrentTime.h37 namespace WTF { namespace
61 } // namespace WTF
63 using WTF::currentTime;
64 using WTF::currentTimeMS;
65 using WTF::getLocalTime;
H A DOSRandomSource.h29 namespace WTF { namespace
H A DComplex.h35 namespace WTF { namespace
44 } // namespace WTF
46 using WTF::Complex;
47 using WTF::complexFromMagnitudePhase;
H A DCryptographicallyRandomNumber.h31 namespace WTF { namespace
41 using WTF::cryptographicallyRandomNumber;
42 using WTF::cryptographicallyRandomValues;
/external/webkit/Source/JavaScriptCore/wtf/android/
H A DMainThreadAndroid.cpp31 namespace WTF { namespace
42 } // namespace WTF
H A DAndroidThreading.h29 namespace WTF { namespace
37 } // namespace WTF
/external/webkit/Source/JavaScriptCore/wtf/haiku/
H A DMainThreadHaiku.cpp35 namespace WTF { namespace
47 } // namespace WTF
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.h62 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
[all...]
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.h55 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
[all...]
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicStringImpl.h26 namespace WTF { namespace
36 using WTF::AtomicStringImpl;
H A DAtomicStringHash.h35 namespace WTF { namespace
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/chromium/src/
H A DChromiumCurrentTime.cpp37 namespace WTF { namespace
44 } // namespace WTF
H A DWebEntities.h63 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/
H A DTextCheckerClientEnchant.h46 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 argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DCharacterNames.h31 namespace WTF { namespace
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
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebdatabase_p.h32 WTF::String name;
33 WTF::RefPtr<WebCore::SecurityOrigin> origin;
/external/webkit/Source/JavaScriptCore/wtf/chromium/
H A DChromiumThreading.h34 namespace WTF { namespace
42 } // namespace WTF
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebContextGtk.cpp35 WTF::String WebContext::applicationCacheDirectory()
50 return WTF::String::fromUTF8(g_build_filename(g_get_user_data_dir(), "webkit", "databases", NULL));
56 return WTF::String();
61 return WTF::String::fromUTF8(g_build_filename(g_get_user_data_dir(), "webkit", "localstorage", NULL));

Completed in 244 milliseconds

1234567891011>>