Searched refs:WTF (Results 426 - 450 of 607) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h35 namespace WTF { namespace
169 } // namespace WTF
H A DStringImpl.cpp35 #include "wtf/WTF.h"
55 namespace WTF { namespace
1109 return WTF::find(characters8(), m_length, matchFunction, start);
1110 return WTF::find(characters16(), m_length, matchFunction, start);
1126 return WTF::find(characters16(), length(), *matchString, index);
1238 return WTF::find(characters8(), length(), matchString->characters8()[0]);
1239 return WTF::find(characters8(), length(), matchString->characters16()[0]);
1242 return WTF::find(characters16(), length(), matchString->characters8()[0]);
1243 return WTF::find(characters16(), length(), matchString->characters16()[0]);
1277 return WTF
[all...]
H A DTextCodecUTF16.cpp37 namespace WTF { namespace
190 } // namespace WTF
H A DTextEncoding.cpp38 namespace WTF { namespace
224 } // namespace WTF
H A DStringBuilder.h34 namespace WTF { namespace
398 } // namespace WTF
400 using WTF::StringBuilder;
H A DTextCodecLatin1.cpp35 using namespace WTF;
37 namespace WTF { namespace
281 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptProfiler.cpp299 AtomicallyInitializedStatic(WTF::ThreadSpecific<ProfileNameIdleTimeMap>*, map = new WTF::ThreadSpecific<ProfileNameIdleTimeMap>);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceWillBeGarbageCollected.cpp40 v8SetReturnValueFast(info, WTF::getPtr(impl->attr1()), impl);
55 impl->setAttr1(WTF::getPtr(cppValue));
H A DV8TestObject.cpp718 v8SetReturnValueFast(info, WTF::getPtr(impl->testInterfaceEmptyAttribute()), impl);
733 impl->setTestInterfaceEmptyAttribute(WTF::getPtr(cppValue));
747 v8SetReturnValueFast(info, WTF::getPtr(impl->testObjectAttribute()), impl);
762 impl->setTestObjectAttribute(WTF::getPtr(cppValue));
954 v8SetReturnValueFast(info, WTF::getPtr(impl->nodeFilterAttribute()), impl);
969 impl->setNodeFilterAttribute(WTF::getPtr(cppValue));
999 impl->setSerializedScriptValueAttribute(WTF::getPtr(cppValue));
1071 v8SetReturnValueFast(info, WTF::getPtr(impl->windowAttribute()), impl);
1086 impl->setWindowAttribute(WTF::getPtr(cppValue));
1100 v8SetReturnValueFast(info, WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp229 m_thread->postTask(new Task(WTF::bind(&WorkerThread::initialize, this)));
316 // Clean up PlatformThreadData before WTF::WTFThreadData goes away!
333 workerGlobalScope->thread()->m_thread->postTask(new Task(WTF::bind(&WorkerThread::cleanup, workerGlobalScope->thread())));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DProfilingCanvas.cpp51 m_startTime = WTF::monotonicallyIncreasingTime();
59 double delta = WTF::monotonicallyIncreasingTime() - m_startTime;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.h81 /* WTF logging functions can process %@ in the format string to log a NSObject* but the printf format attribute
116 namespace WTF { namespace
129 } // namespace WTF
131 using WTF::FrameToNameScope;
H A DOwnPtr.h31 namespace WTF { namespace
243 } // namespace WTF
245 using WTF::OwnPtr;
H A DVectorTest.cpp132 typedef WTF::Vector<OwnPtr<DestructCounter> > OwnPtrVector;
303 compare<WTF::String>();
H A DDateMath.cpp98 using namespace WTF;
100 namespace WTF { namespace
298 return floor(WTF::currentTimeMS());
838 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPDirectiveList.cpp60 void CSPDirectiveList::reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const
163 bool CSPDirectiveList::checkInlineAndReportViolation(SourceListDirective* directive, const String& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript) const
234 bool CSPDirectiveList::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
243 bool CSPDirectiveList::allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
251 bool CSPDirectiveList::allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
259 bool CSPDirectiveList::allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus reportingStatus) const
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.cpp95 FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { }
168 struct FormElementKeyHashTraits : WTF::GenericHashTraits<FormElementKey> {
169 static void constructDeletedValue(FormElementKey& slot, bool) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp1148 WebAXObject::WebAXObject(const WTF::PassRefPtr<AXObject>& object)
1153 WebAXObject& WebAXObject::operator=(const WTF::PassRefPtr<AXObject>& object)
1159 WebAXObject::operator WTF::PassRefPtr<AXObject>() const
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp465 return WTF::Unicode::replacementCharacter;
471 return WTF::Unicode::replacementCharacter;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.h127 virtual void getOuterHTML(ErrorString*, int nodeId, WTF::String* outerHTML) OVERRIDE;
130 virtual void getEventListenersForNode(ErrorString*, int nodeId, const WTF::String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& listenersArray) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimatorNone.cpp426 bool needToScroll = data.updateDataFromParameters(step, delta, scrollableSize, WTF::monotonicallyIncreasingTime(), &parameters);
488 double currentTime = WTF::monotonicallyIncreasingTime();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.h37 class V8ArrayBufferDeallocationObserver FINAL: public WTF::ArrayBufferDeallocationObserver {
H A DV8CSSStyleDeclarationCustom.cpp51 using namespace WTF;
H A DV8HTMLPlugInElementCustom.cpp191 WTF::OwnPtr<v8::Handle<v8::Value>[] > arguments = adoptArrayPtr(new v8::Handle<v8::Value>[info.Length()]);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp183 Microtask::enqueueMicrotask(WTF::bind(&MutationObserver::deliverMutations));

Completed in 1393 milliseconds

<<11121314151617181920>>