Searched refs:origin (Results 151 - 175 of 1627) sorted by relevance

1234567891011>>

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/permission/
H A DAwPermissionRequest.java33 Uri origin = Uri.parse(url);
34 return new AwPermissionRequest(nativeAwPermissionRequest, origin, resources);
37 private AwPermissionRequest(long nativeAwPermissionRequest, Uri origin, argument
40 mOrigin = origin;
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler.h35 // Cancel the ongoing request initiated by |origin| for accessing |resources|.
36 void CancelRequest(const GURL& origin, int64 resources);
38 // Allow |origin| to access the |resources|.
39 void PreauthorizePermission(const GURL& origin, int64 resources);
51 // Return the request initiated by |origin| for accessing |resources|.
52 RequestIterator FindRequest(const GURL& origin, int64 resources);
62 // Return true if |origin| were preauthorized to access |resources|.
63 bool Preauthorized(const GURL& origin, int64 resources);
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_local_storage_helper.cc27 const GURL& origin) {
29 ASSERT_TRUE(origins_.find(origin) != origins_.end());
30 last_deleted_origin_ = origin;
31 origins_[origin] = false;
26 DeleteOrigin( const GURL& origin) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dsync_metrics.h20 // Returns true if |username| and |origin| correspond to the account which is
24 const std::string& origin);
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble.h19 // |origin|. A bubble created by this function takes ownership of the
23 const gfx::Point& origin,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_exception_area_browsertest.js54 /** @const */ var origin = 'http://google.com:80';
66 expectEquals(origin, list.dataModel.item(0).origin);
86 list.items[0].finishEdit(origin, 'block');
/external/chromium_org/components/autofill/content/renderer/
H A Dtest_password_autofill_agent.h22 const blink::WebSecurityOrigin& origin) OVERRIDE;
/external/chromium_org/components/power/
H A Dorigin_power_map.cc30 GURL origin = url.GetOrigin(); local
31 if (!origin.is_valid() || origin.SchemeIs(content::kChromeUIScheme))
34 origin_map_[origin] += power;
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_service.cc18 const GURL& origin, const net::CompletionCallback& callback) {
17 DeleteAppCachesForOrigin( const GURL& origin, const net::CompletionCallback& callback) argument
/external/chromium_org/content/public/browser/
H A Dpush_messaging_service.h27 virtual void Register(const GURL& origin,
/external/chromium_org/content/public/common/
H A Dshow_desktop_notification_params.h19 // URL which is the origin that created this notification.
20 GURL origin; member in struct:content::ShowDesktopNotificationHostMsgParams
/external/chromium_org/content/test/
H A Dappcache_test_helper.cc72 for (InfoByOrigin::const_iterator origin =
74 origin != appcache_info_->infos_by_origin.end(); ++origin) {
75 origins_->insert(origin->first);
/external/chromium_org/mojo/services/html_viewer/
H A Dwebstoragenamespace_impl.h22 const blink::WebString& origin);
/external/chromium_org/net/http/
H A Dhttp_auth_cache_unittest.cc82 GURL origin("http://www.google.com");
93 cache.Add(origin, realm1_handler->realm(), realm1_handler->auth_scheme(),
102 cache.Add(origin, realm2_handler->realm(), realm2_handler->auth_scheme(),
112 origin,
123 cache.Add(origin, realm3_digest_handler->realm(),
133 cache.Add(origin, realm4_basic_handler->realm(),
140 entry = cache.Lookup(origin, kRealm5, HttpAuth::AUTH_SCHEME_BASIC);
143 // While Realm3 does exist, the origin scheme is wrong.
148 // Realm, origin scheme ok, authentication scheme wrong
153 // Valid lookup by origin, real
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dsvg.css73 /* CSS transform specification: "transform-origin 0 0 for SVG elements without associated CSS layout box, 50% 50% for all other elements". */
76 -webkit-transform-origin: 0 0;
80 -webkit-transform-origin: 50% 50%;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DDetailsMarkerPainter.h23 Path getPath(const LayoutPoint& origin) const;
H A DListItemPainter.h23 Path getPath(const LayoutPoint& origin) const;
H A DListMarkerPainter.h23 Path getPath(const LayoutPoint& origin) const;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
H A DFloatRectCG.cpp34 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size)
/external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
H A DIntRectMac.mm40 int l = static_cast<int>(floorf(rect.origin.x));
41 int t = static_cast<int>(floorf(rect.origin.y));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMMessageEvent.cpp46 void WebDOMMessageEvent::initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& webChannels) argument
56 unwrap<MessageEvent>()->initMessageEvent(type, canBubble, cancelable, messageData, origin, lastEventId, window, ports.release());
64 WebString WebDOMMessageEvent::origin() const function in class:blink::WebDOMMessageEvent
66 return WebString(constUnwrap<MessageEvent>()->origin());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebStorageNamespace.h48 // Create a new WebStorageArea object. Two subsequent calls with the same origin
51 virtual WebStorageArea* createStorageArea(const WebString& origin) = 0;
/external/chromium_org/third_party/mesa/src/bin/
H A Dget-pick-list.sh6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
/external/chromium_org/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp38 for (int origin = 0; origin < 2; ++origin) {
47 desc.fOrigin = 0 == origin ?
/external/chromium_org/tools/gn/
H A Dinput_conversion.h19 // will be performed. The given origin will be used for constructing the
26 const ParseNode* origin,

Completed in 1833 milliseconds

1234567891011>>