HomeSort by relevance Sort by last modified time
    Searched refs:origin (Results 226 - 250 of 764) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109VersionHandler.java 64 public void validate(final Cookie cookie, final CookieOrigin origin)
  /external/bluetooth/glib/gio/
gemblem.h 52 GEmblemOrigin origin);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 44 // The origin of this object in the page's document.
45 // This is relative to webkit's top-left origin, not Cocoa's
46 // bottom-left origin.
47 @property(nonatomic, readonly) NSPoint origin; variable
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.cc 72 for (InfoByOrigin::iterator origin = origin_map.begin();
73 origin != origin_map.end();) {
74 InfoByOrigin::iterator current = origin;
75 ++origin;
  /external/chromium/chrome/browser/password_manager/
password_form_data.h 17 const char* origin; member in struct:PasswordFormData
  /external/chromium/chrome/browser/ssl/
ssl_policy.h 62 // Mark |origin| as having run insecure content in the process with ID |pid|.
63 void OriginRanInsecureContent(const std::string& origin, int pid);
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc 40 contents_bounds.Offset(window_bounds.origin());
  /external/quake/quake/src/QW/server/
world.h 68 // Needs to be called any time an entity changes origin, mins, maxs, or solid
93 edict_t *SV_TestPlayerPosition (edict_t *ent, vec3_t origin);
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.h 50 JSGlobalObject* origin() const { return m_origin; } function in class:JSC::ProfileGenerator
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.h 52 void* origin() const function in class:WTF::StackBounds
  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 142 id createDOMWrapper(JSC::JSObject* object, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> current)
146 [wrapper _setImp:object originRootObject:origin rootObject:current];
  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 41 bounds.origin.y = (screenHeight - (bounds.origin.y + bounds.size.height));
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 159 void CrossOriginPreflightResultCache::appendEntry(const String& origin, const KURL& url, PassOwnPtr<CrossOriginPreflightResultCacheItem> preflightResult)
163 pair<CrossOriginPreflightResultHashMap::iterator, bool> addResult = m_preflightHashMap.add(make_pair(origin, url), resultPtr);
170 bool CrossOriginPreflightResultCache::canSkipPreflight(const String& origin, const KURL& url, bool includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders)
173 CrossOriginPreflightResultHashMap::iterator cacheIt = m_preflightHashMap.find(std::make_pair(origin, url));
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 104 rect.origin.x = 0;
105 rect.origin.y = 0;
145 rect.origin.x = 0;
146 rect.origin.y = -rect.size.height;
  /external/webkit/Source/WebCore/rendering/svg/
SVGMarkerLayoutInfo.h 59 void addLayoutedMarker(RenderSVGResourceMarker*, const FloatPoint& origin, float angle);
  /external/webkit/Source/WebCore/storage/chromium/
DatabaseTrackerChromium.cpp 69 String DatabaseTracker::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool)
71 return origin->databaseIdentifier() + "/" + name + "#";
149 void DatabaseTracker::getOpenDatabases(SecurityOrigin* origin, const String& name, HashSet<RefPtr<AbstractDatabase> >* databases)
155 DatabaseNameMap* nameMap = m_openDatabaseMap->get(origin);
  /external/webkit/Source/WebKit/mac/Storage/
WebStorageManager.mm 73 - (void)deleteOrigin:(WebSecurityOrigin *)origin
75 StorageTracker::tracker().deleteOrigin([origin _core]);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 42 CGContextShowTextAtPoint(context, bounds.origin.x + 3.0f, bounds.origin.y + bounds.size.height - 30.0f, text, strlen(text));
  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.h 49 void grantPermission(const WebKit::WebString& origin);
  /ndk/sources/host-tools/make-3.81/
variable.h 72 origin ENUM_BITFIELD (3); /* Variable origin. */
147 extern struct variable *do_variable_definition PARAMS ((const struct floc *flocp, const char *name, char *value, enum variable_origin origin, enum variable_flavor flavor, int target_var));
149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
159 enum variable_origin origin, int recursive,
  /external/chromium/net/http/
http_auth_handler.cc 29 const GURL& origin,
31 origin_ = origin;
http_auth_handler_basic.cc 96 const GURL& origin,
104 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
http_auth_handler_ntlm.h 47 const GURL& origin,
150 // Create an NTLM SPN to identify the |origin| server.
151 static std::wstring CreateSPN(const GURL& origin);
  /external/icu4c/common/unicode/
chariter.h 359 * Origin enumeration for the move() and move32() functions.
583 * @param delta the position relative to origin. A positive delta means forward;
585 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
589 virtual int32_t move(int32_t delta, EOrigin origin) = 0;
596 * @param delta the position relative to origin. A positive delta means forward;
598 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
602 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
  /external/webkit/Source/WebCore/dom/
MessageEvent.idl 34 readonly attribute DOMString origin;

Completed in 2016 milliseconds

1 2 3 4 5 6 7 8 91011>>