Searched defs:origin (Results 51 - 75 of 760) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2965PortAttributeHandler.java128 public void validate(final Cookie cookie, final CookieOrigin origin) argument
133 if (origin == null) {
134 throw new IllegalArgumentException("Cookie origin may not be null");
136 int port = origin.getPort();
152 public boolean match(final Cookie cookie, final CookieOrigin origin) { argument
156 if (origin == null) {
157 throw new IllegalArgumentException("Cookie origin may not be null");
159 int port = origin.getPort();
H A DRFC2965VersionAttributeHandler.java83 public void validate(final Cookie cookie, final CookieOrigin origin) argument
97 public boolean match(final Cookie cookie, final CookieOrigin origin) { argument
/external/chromium_org/android_webview/native/permission/
H A Dsimple_permission_request.cc13 const GURL& origin,
16 : origin_(origin),
12 SimplePermissionRequest( const GURL& origin, int64 resources, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/android_webview/renderer/
H A Daw_permission_client.cc37 const blink::WebSecurityOrigin& origin,
44 const blink::WebSecurityOrigin& origin,
35 allowDisplayingInsecureContent( bool enabled_per_settings, const blink::WebSecurityOrigin& origin, const blink::WebURL& url) argument
42 allowRunningInsecureContent( bool enabled_per_settings, const blink::WebSecurityOrigin& origin, const blink::WebURL& url) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper_unittest.cc135 std::string origin = "https://www.google.com"; local
142 origin, base::Time(), base::Time(), "key", "cert"));
H A Dbrowsing_data_file_system_helper.h28 // browsing data stored in an origin's file systems.
37 // usage information for each origin's temporary and persistent file systems.
39 // Clients may remove an origin's file systems at any time (even before fetching
41 // DeleteFileSystemOrigin() for an origin that doesn't have any is safe; it's
46 // Detailed information about a file system, including it's origin GURL,
49 explicit FileSystemInfo(const GURL& origin);
52 // The origin for which the information is relevant.
53 GURL origin; member in struct:BrowsingDataFileSystemHelper::FileSystemInfo
78 // Deletes any temporary or persistent file systems associated with |origin|
81 virtual void DeleteFileSystemOrigin(const GURL& origin)
[all...]
H A Dbrowsing_data_indexed_db_helper.h41 virtual void DeleteIndexedDB(const GURL& origin);
74 void DeleteIndexedDBInIndexedDBThread(const GURL& origin);
87 PendingIndexedDBInfo(const GURL& origin, const base::string16& name);
92 GURL origin; member in struct:CannedBrowsingDataIndexedDBHelper::PendingIndexedDBInfo
101 void AddIndexedDB(const GURL& origin,
121 virtual void DeleteIndexedDB(const GURL& origin) OVERRIDE;
H A Dbrowsing_data_service_worker_helper.h43 // Requests the Service Worker data for an origin be deleted.
44 virtual void DeleteServiceWorkers(const GURL& origin);
79 // Deletes Service Workers for an origin the IO thread.
80 void DeleteServiceWorkersOnIOThread(const GURL& origin);
97 PendingServiceWorkerUsageInfo(const GURL& origin,
103 GURL origin; member in struct:CannedBrowsingDataServiceWorkerHelper::PendingServiceWorkerUsageInfo
112 void AddServiceWorker(const GURL& origin, const std::vector<GURL>& scopes);
131 virtual void DeleteServiceWorkers(const GURL& origin) OVERRIDE;
H A Dmock_browsing_data_database_helper.cc26 const std::string& origin,
29 std::string key = origin + ":" + name;
31 last_deleted_origin_ = origin;
25 DeleteDatabase( const std::string& origin, const std::string& name) argument
H A Dmock_browsing_data_indexed_db_helper.cc33 const GURL& origin) {
35 ASSERT_TRUE(origins_.find(origin) != origins_.end());
36 origins_[origin] = false;
32 DeleteIndexedDB( const GURL& origin) argument
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
H A Dmock_browsing_data_service_worker_helper.cc34 const GURL& origin) {
36 ASSERT_TRUE(origins_.find(origin) != origins_.end());
37 origins_[origin] = false;
33 DeleteServiceWorkers( const GURL& origin) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_host_manifest_unittest.cc36 const std::string& origin) {
43 " \"" + origin + "\""
34 WriteManifest(const std::string& name, const std::string& path, const std::string& origin) argument
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_apitest.cc92 ACTION_P2(UpdateRemoteChangeQueue, origin, mock_remote_service) {
93 *origin = arg0;
98 origin,
104 *origin,
136 GURL origin; local
138 .WillOnce(UpdateRemoteChangeQueue(&origin, mock_remote_service()));
141 &origin,
152 GURL origin; local
154 .WillOnce(UpdateRemoteChangeQueue(&origin, mock_remote_service()));
157 &origin,
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc37 const GURL& origin,
43 if (origin.SchemeIs(kExtensionScheme)) {
56 origin,
65 origin,
35 DeleteOrigin(Profile* profile, StoragePartition* partition, const GURL& origin, const base::Closure& callback) argument
H A Dmock_extension_special_storage_policy.cc10 bool MockExtensionSpecialStoragePolicy::IsStorageProtected(const GURL& origin) { argument
11 return protected_.find(origin) != protected_.end();
14 bool MockExtensionSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) { argument
19 const GURL& origin) {
23 bool MockExtensionSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) { argument
18 IsStorageSessionOnly( const GURL& origin) argument
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_profile_util.cc32 Profile* profile, const GURL& origin) {
34 ContentSettingsPattern::FromURLNoWildcard(origin);
44 Profile* profile, const GURL& origin) {
46 ContentSettingsPattern::FromURLNoWildcard(origin);
64 Profile* profile, const GURL& origin) {
66 origin,
67 origin,
73 const GURL& origin) {
75 ContentSettingsPattern::FromURLNoWildcard(origin),
31 GrantPermission( Profile* profile, const GURL& origin) argument
43 DenyPermission( Profile* profile, const GURL& origin) argument
63 GetContentSetting( Profile* profile, const GURL& origin) argument
72 UsePermission(Profile* profile, const GURL& origin) argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_history.h30 Entry() : final_status(FINAL_STATUS_MAX), origin(ORIGIN_MAX) {}
37 origin(origin_arg),
51 Origin origin; member in struct:prerender::PrerenderHistory::Entry
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_ui_controller.h96 const GURL& origin() const { return origin_; } function in class:ManagePasswordsUIController
158 // The origin of the form we're currently dealing with; we'll use this to
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dfile_metadata_handler.cc54 const GURL origin = extensions::Extension::GetBaseURLFromExtensionId( local
57 // Get all metadata for the one specific origin.
62 sync_service->DumpFiles(origin,
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_data_model.cc13 const std::string& origin)
15 origin_(origin) {}
12 AutofillDataModel(const std::string& guid, const std::string& origin) argument
/external/chromium_org/components/content_settings/core/common/
H A Dpermission_request_id.cc12 const GURL& origin)
16 origin_(origin) {
24 (origin_ == other.origin());
9 PermissionRequestID(int render_process_id, int render_view_id, int bridge_id, const GURL& origin) argument
H A Dpermission_request_id.h18 const GURL& origin);
24 GURL origin() const { return origin_; } function in class:PermissionRequestID
35 // Needed for permission checks that are based on origin.
36 // If you don't use origin to check permission request, pass an empty GURL.
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_data.h22 const char* origin; member in struct:password_manager::PasswordFormData
/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;

Completed in 990 milliseconds

1234567891011>>