Searched refs:setPath (Results 1 - 25 of 96) sorted by relevance

1234

/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java88 void setPath(String path); method in interface:SetCookie
/external/chromium_org/ui/gfx/
H A Dpath_aura.cc21 region->setPath(*this, clip_region);
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.cpp73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { function in class:SkRasterClip
77 (void)fBW.setPath(path, clip);
84 (void)fAA.setPath(path, &clip, doAA);
89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { function in class:SkRasterClip
92 return this->setPath(path, tmp, doAA);
H A DSkRasterClip.h42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
H A DSkAAClip.h35 bool setPath(const SkPath&, const SkRegion* clip = NULL, bool doAA = true);
/external/skia/src/core/
H A DSkRasterClip.cpp73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { function in class:SkRasterClip
77 (void)fBW.setPath(path, clip);
84 (void)fAA.setPath(path, &clip, doAA);
89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { function in class:SkRasterClip
92 return this->setPath(path, tmp, doAA);
H A DSkRasterClip.h42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
H A DSkAAClip.h35 bool setPath(const SkPath&, const SkRegion* clip = NULL, bool doAA = true);
/external/skia/tests/
H A DPathMeasureTest.cpp97 meas.setPath(&path, false);
103 meas.setPath(&path, true);
114 meas.setPath(&path, false);
144 meas.setPath(&path, false);
180 meas.setPath(&path, false);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicPathHandler.java53 cookie.setPath(value);
H A DCookieSpecBase.java82 cookie.setPath(getDefaultPath(origin));
H A DRFC2965Spec.java81 cookie.setPath(getDefaultPath(origin));
89 cookie.setPath(getDefaultPath(origin));
/external/chromium_org/third_party/skia/include/core/
H A DSkPathMeasure.h18 for the lifetime of the measure object, or until setPath() is called with
26 for the lifetime of the measure object, or until setPath() is called with
30 void setPath(const SkPath*, bool forceClosed);
/external/skia/include/core/
H A DSkPathMeasure.h18 for the lifetime of the measure object, or until setPath() is called with
26 for the lifetime of the measure object, or until setPath() is called with
30 void setPath(const SkPath*, bool forceClosed);
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js163 this.setPath = function(path){
251 this.setPath(args['path']);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DHttpCookieTest.java247 * @tests java.net.HttpCookie#getPath(), setPath(String)
255 cookie.setPath("{}() test,; 43!@");
258 cookie.setPath(" test");
261 cookie.setPath("\u63DF\u64DE");
298 cookie.setPath("temp/subTemp");
420 cookie.setPath("temp\\e");
422 cookie2.setPath("temp\\E");
427 cookie2.setPath("temp\\e");
459 cookie.setPath("temp/22RuTh");
468 cookie.setPath(nul
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DIconController.cpp127 url.setPath("/favicon.ico");
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPasswordFormData.cpp130 signonRealmURL.setPath("");
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h123 void setPath( char* path ); // for internal use only
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h123 void setPath( char* path ); // for internal use only
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmapDrawable.java82 public void setPath(String drawableCreateFromPath) { method in class:ShadowBitmapDrawable

Completed in 341 milliseconds

1234