Searched refs:targetType (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DEventQueue.cpp82 void EventQueue::enqueueOrDispatchScrollEvent(PassRefPtr<Node> target, ScrollEventTargetType targetType) argument
85 bool canBubble = targetType == ScrollEventDocumentTarget;
/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.cpp46 WorkerScriptLoader::WorkerScriptLoader(ResourceRequestBase::TargetType targetType) argument
50 , m_targetType(targetType)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebResourceRequest.cpp76 switch (resourceRequest.targetType()) {
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLRequest.cpp218 WebURLRequest::TargetType WebURLRequest::targetType() const function in class:WebKit::WebURLRequest
220 return static_cast<TargetType>(m_private->m_resourceRequest->targetType());
233 void WebURLRequest::setTargetType(TargetType targetType) argument
236 static_cast<ResourceRequest::TargetType>(targetType));
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLRequest.h141 WEBKIT_API TargetType targetType() const;
/external/webkit/Source/WebCore/platform/network/
H A DResourceRequestBase.h151 TargetType targetType() const { return m_targetType; } function in class:WebCore::ResourceRequestBase
/external/chromium/webkit/glue/
H A Dweburlloader_impl.cc441 request_info.request_type = FromTargetType(request.targetType());
687 if (request_.targetType() != WebURLRequest::TargetIsMainFrame &&
688 request_.targetType() != WebURLRequest::TargetIsSubframe)
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java749 com.android.dx.rop.type.Type targetType) {
751 switch (targetType.getBasicType()) {
760 return Rops.opConv(targetType, sourceType);
748 getCastRop(com.android.dx.rop.type.Type sourceType, com.android.dx.rop.type.Type targetType) argument
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm2706 my $targetType;
2717 $targetType = "static_cast<NativeFunction>";
2719 $targetType = "static_cast<PropertySlot::GetValueFunc>";
2721 push(@implContent, " { \"$key\", @$specials[$i], (intptr_t)" . $targetType . "(@$value1[$i]), (intptr_t)@$value2[$i] THUNK_GENERATOR(0) },\n");
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java652 TypeId<?> targetType = TypeId.get(target);
653 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType);
656 Local<?> localCasted = code.newLocal(targetType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 785 milliseconds