Searched refs:newTarget (Results 1 - 25 of 27) sorted by path

12

/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java930 HttpHost newTarget = new HttpHost(
943 HttpRoute newRoute = determineRoute(newTarget, wrapper, context);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp3649 void Document::setCSSTarget(Element* newTarget) argument
3653 m_cssTarget = newTarget;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp1694 RefPtrWillBeRawPtr<Node> newTarget = mev.innerNode(); local
1695 if (newTarget && newTarget->isTextNode())
1696 newTarget = NodeRenderingTraversal::parent(newTarget.get());
1699 controller->updateDragAndDrop(newTarget.get(), event.position(), event.timestamp());
1701 if (m_dragTarget != newTarget) {
1708 if (targetIsFrame(newTarget.get(), targetFrame)) {
1711 } else if (newTarget) {
1717 accept = dispatchDragEvent(EventTypeNames::dragenter, newTarget
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.cpp491 bool SVGUseElement::hasCycleUseReferencing(SVGUseElement* use, ContainerNode* targetInstance, SVGElement*& newTarget) argument
495 newTarget = 0;
497 newTarget = toSVGElement(targetElement);
499 if (!newTarget)
503 if (newTarget == this)
506 AtomicString targetId = newTarget->getIdAttribute();
510 if (element->hasID() && element->getIdAttribute() == targetId && element->document() == newTarget->document())
H A DSVGUseElement.h81 bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DExecutionContextSelector.js63 var newTarget = /** @type {?WebInspector.Target} */(event.data);
66 if (!newTarget || (currentContext && currentContext.target() === newTarget))
69 var executionContexts = newTarget.runtimeModel.executionContexts();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DTarget.js394 * @param {?WebInspector.Target} newTarget
396 function callbackWrapper(newTarget)
398 if (newTarget)
399 this.addTarget(newTarget);
401 callback(newTarget);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DThreadsSidebarPane.js59 var newTarget = /** @type {!WebInspector.Target} */(event.data);
60 var placard = /** @type {!WebInspector.Placard} */ (this._targetsToPlacards.get(newTarget));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cb.c109 char *newTarget; local
118 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen);
123 if(newTarget >= newTargetLimit)
137 &newTarget,
149 newTarget - (char*)args->converter->charErrorBuffer);
151 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR))
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputCollector.java76 * @param newTarget {@code non-null;} the new target for the reversed branch
78 public void reverseBranch(int which, CodeAddress newTarget) { argument
79 finisher.reverseBranch(which, newTarget);
H A DOutputFinisher.java267 * @param newTarget {@code non-null;} the new target for the
270 public void reverseBranch(int which, CodeAddress newTarget) { argument
289 insns.set(index, targetInsn.withNewTargetAndReversed(newTarget));
726 CodeAddress newTarget;
728 newTarget = (CodeAddress) insns.get(i + 1);
741 insns.add(i, target.withNewTargetAndReversed(newTarget));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.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 ...
/external/icu/icu4c/source/common/
H A Ducnv_cb.c109 char *newTarget; local
118 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen);
123 if(newTarget >= newTargetLimit)
137 &newTarget,
149 newTarget - (char*)args->converter->charErrorBuffer);
151 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR))
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java955 HttpHost newTarget = new HttpHost(
965 if (!route.getTargetHost().equals(newTarget)) {
980 HttpRoute newRoute = determineRoute(newTarget, wrapper, context);

Completed in 725 milliseconds

12