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

1234567891011>>

/external/chromium_org/webkit/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/clang/test/Sema/
H A Dinit-struct-qualified.c6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; member in struct:_NSRect
/external/mesa3d/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/smack/src/org/xbill/DNS/
H A DEmptyRecord.java30 rdataFromString(Tokenizer st, Name origin) throws IOException { argument
/external/chromium/chrome/browser/
H A Dbrowsing_data_database_helper.h38 const std::string& origin,
49 std::string origin; member in struct:BrowsingDataDatabaseHelper::DatabaseInfo
69 virtual void DeleteDatabase(const std::string& origin,
97 void DeleteDatabaseInWebKitThread(const std::string& origin,
119 void AddDatabase(const GURL& origin,
137 PendingDatabaseInfo(const GURL& origin,
142 GURL origin; member in struct:CannedBrowsingDataDatabaseHelper::PendingDatabaseInfo
H A Dbrowsing_data_indexed_db_helper.h39 const std::string& origin,
53 std::string origin; member in struct:BrowsingDataIndexedDBHelper::IndexedDBInfo
95 void AddIndexedDB(const GURL& origin,
113 PendingIndexedDBInfo(const GURL& origin, const string16& description);
116 GURL origin; member in struct:CannedBrowsingDataIndexedDBHelper::PendingIndexedDBInfo
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service.cc89 // The delegate for the infobar shown when an origin requests notification
94 const GURL& origin,
112 // The origin we are asking for permissions on.
115 // The display name for the origin to be displayed. Will be different from
136 const GURL& origin,
142 origin_(origin),
323 void DesktopNotificationService::GrantPermission(const GURL& origin) { argument
325 content_settings::NotificationProvider::ToContentSettingsPattern(origin);
339 origin));
342 void DesktopNotificationService::DenyPermission(const GURL& origin) { argument
134 NotificationPermissionInfoBarDelegate( TabContents* contents, const GURL& origin, const string16& display_name, int process_id, int route_id, int callback_context) argument
465 ResetAllowedOrigin(const GURL& origin) argument
476 ResetBlockedOrigin(const GURL& origin) argument
491 GetContentSetting( const GURL& origin) argument
503 RequestPermission( const GURL& origin, int process_id, int route_id, int callback_context, TabContents* tab) argument
554 const GURL& origin = params.origin; local
575 DisplayNameForOrigin( const GURL& origin) argument
[all...]
H A Dnotification_exceptions_table_model.cc19 Entry(const GURL& origin, ContentSetting setting);
22 GURL origin; member in struct:NotificationExceptionsTableModel::Entry
50 service_->ResetAllowedOrigin(entry->origin);
53 service_->ResetBlockedOrigin(entry->origin);
77 return content_settings_helper::OriginToString16(entry.origin);
128 : origin(in_origin),
134 DCHECK_NE(origin, b.origin);
135 return origin < b.origin;
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc58 // First, get the origin with respect to the screen.
59 gfx::Point origin = view->GetWidget()->GetWindowBoundsInScreen().origin(); local
61 views::View::ConvertPointToTarget(NULL, browser_view_, &origin);
63 origin = browser_view_->OffsetPointForToolbarBackgroundImage(origin);
74 canvas->TileImageInt(background, origin.x(), origin.y(),
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client_unittest.cc34 EXPECT_EQ("11,12", dialog->GetWindowBoundsInScreen().origin().ToString());
43 gfx::Point origin = gfx::Point(16, 16); local
46 // aero glass is enabled, and this complicates the logic surrounding origin
47 // computation, making it difficult to compute the expected origin location.
57 params1.bounds = gfx::Rect(origin, gfx::Size(700, 600));
64 params2.bounds = gfx::Rect(origin, gfx::Size(600, 500));
75 params3.bounds = gfx::Rect(origin, gfx::Size(500, 400));
78 // The origin of the 3rd window should be the sum of all parent origins.
79 gfx::Point expected_origin(origin.x() * 3, origin
[all...]
/external/chromium_org/webkit/common/database/
H A Ddatabase_identifier_unittest.cc16 std::string origin; member in struct:webkit_database::__anon14834::OriginTestCase
37 GURL origin(cases[i].origin);
39 DatabaseIdentifier::CreateFromOrigin(origin);
41 << "test case " << cases[i].origin;
154 GURL origin("http://" + cases[i].hostname);
156 DatabaseIdentifier::CreateFromOrigin(origin);
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc53 static void DescribeOrigin(u32 origin) { argument
56 Printf(" raw origin id: %d\n", origin);
57 if (const char *so = __msan_get_origin_descr_if_stack(origin)) {
70 const uptr *trace = StackDepotGet(origin, &size);
91 void ReportUMR(StackTrace *stack, u32 origin) { argument
101 if (origin) {
102 DescribeOrigin(origin);
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_apitest.cc77 ACTION_P2(UpdateRemoteChangeQueue, origin, mock_remote_service) {
78 *origin = arg0;
83 origin,
89 *origin,
148 GURL origin; local
150 .WillOnce(UpdateRemoteChangeQueue(&origin, mock_remote_service()));
153 &origin,
164 GURL origin; local
166 .WillOnce(UpdateRemoteChangeQueue(&origin, mock_remote_service()));
169 &origin,
[all...]
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Dhttp_auth_handler_spdyproxy_unittest.cc43 const char* origin; member in struct:spdyproxy::__anon5383
58 // A non-SSL origin returns ERR_UNSUPPORTED_AUTH_SCHEME.
62 // An SSL origin not matching the authorized origin returns
72 GURL origin(tests[i].origin);
77 tests[i].challenge, HttpAuth::AUTH_PROXY, origin, BoundNetLog(),
99 GURL origin(kValidOrigin);
104 kValidChallenge, HttpAuth::AUTH_SERVER, origin,
110 GURL origin(kValidOrigi
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_file_sync_service_sync_unittest.cc155 void RegisterOrigin(const GURL& origin) { argument
156 if (!ContainsKey(file_systems_, origin)) {
158 origin,
167 origin, file_system->file_system_context(),
177 file_systems_[origin] = file_system;
183 origin, base::Bind(&SyncStatusResultCallback, &done, &status));
189 void AddLocalFolder(const GURL& origin, argument
191 ASSERT_TRUE(ContainsKey(file_systems_, origin));
193 file_systems_[origin]->CreateDirectory(
194 CreateSyncableFileSystemURL(origin, pat
197 AddOrUpdateLocalFile(const GURL& origin, const base::FilePath& path, const std::string& content) argument
208 UpdateLocalFile(const GURL& origin, const base::FilePath& path, const std::string& content) argument
218 RemoveLocal(const GURL& origin, const base::FilePath& path) argument
308 const GURL& origin = itr->first; local
319 VerifyConsistencyForOrigin(const GURL& origin) argument
338 VerifyConsistencyForFolder(const GURL& origin, const base::FilePath& path, const std::string& folder_id, CannedSyncableFileSystem* file_system) argument
388 VerifyConsistencyForFile(const GURL& origin, const base::FilePath& path, const std::string& file_id, CannedSyncableFileSystem* file_system) argument
[all...]
H A Ddrive_file_sync_service_unittest.cc96 // Helper function to add an origin to the given origin sync status. To make
97 // naming easier, each origin, resourceID, etc. will all share the same
102 const GURL origin(std::string("chrome-extension://app_") + suffix);
106 pending_batch_sync_origins()->insert(std::make_pair(origin, resource_id));
108 metadata_store()->AddIncrementalSyncOrigin(origin, resource_id);
110 metadata_store()->AddIncrementalSyncOrigin(origin, resource_id);
111 metadata_store()->DisableOrigin(origin, base::Bind(&ExpectOkStatus));
155 // Add fake app origin directory using fake drive_sync_client.
170 // Delete the origin director
[all...]
/external/chromium_org/android_webview/native/
H A Daw_quota_manager_bridge_impl.h42 void DeleteOrigin(JNIEnv* env, jobject object, jstring origin);
46 jstring origin,
51 void(const std::vector<std::string>& /* origin */,
66 void DeleteOriginOnUiThread(const base::string16& origin);
68 void GetUsageAndQuotaForOriginOnUiThread(const base::string16& origin,
74 const std::vector<std::string>& origin,
H A Daw_quota_manager_bridge_impl.cc51 void OnUsageAndQuotaObtained(const GURL& origin,
100 for (std::set<GURL>::const_iterator origin = origins.begin();
101 origin != origins.end();
102 ++origin) {
104 *origin,
106 base::Bind(&GetOriginsTask::OnUsageAndQuotaObtained, this, *origin));
112 void GetOriginsTask::OnUsageAndQuotaObtained(const GURL& origin, argument
118 origin_.push_back(origin.spec());
221 JNIEnv* env, jobject object, jstring origin) {
223 base::android::ConvertJavaStringToUTF16(env, origin));
220 DeleteOrigin( JNIEnv* env, jobject object, jstring origin) argument
229 DeleteOriginOnUiThread( const base::string16& origin) argument
262 GetOriginsCallbackImpl( int jcallback_id, const std::vector<std::string>& origin, const std::vector<int64>& usage, const std::vector<int64>& quota) argument
302 GetUsageAndQuotaForOrigin( JNIEnv* env, jobject object, jstring origin, jint callback_id, bool is_quota) argument
317 GetUsageAndQuotaForOriginOnUiThread( const base::string16& origin, jint callback_id, bool is_quota) argument
[all...]
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_url.h18 // A class representing a filesystem URL which consists of origin URL,
25 // origin() returns 'http://foo.com',
51 // origin() returns 'http://bar.com',
85 static FileSystemURL CreateForTest(const GURL& origin,
91 GURL* origin,
98 // Returns the origin part of this URL. See the class comment for details.
99 const GURL& origin() const { return origin_; } function in class:fileapi::FileSystemURL
140 FileSystemURL(const GURL& origin,
144 FileSystemURL(const GURL& origin,
H A Dfile_system_url.cc32 FileSystemURL FileSystemURL::CreateForTest(const GURL& origin, argument
35 return FileSystemURL(origin, mount_type, virtual_path);
44 GURL origin; local
108 FileSystemURL::FileSystemURL(const GURL& origin, argument
112 origin_(origin),
119 FileSystemURL::FileSystemURL(const GURL& origin, argument
127 origin_(origin),
163 return origin() == other.origin() &&
H A Dsandbox_origin_database_unittest.cc39 std::string origin("origin");
41 EXPECT_FALSE(database.HasOriginPath(origin));
43 EXPECT_FALSE(database.HasOriginPath(origin));
51 EXPECT_TRUE(database.GetPathForOrigin(origin, &path0));
52 EXPECT_TRUE(database.HasOriginPath(origin));
53 EXPECT_TRUE(database.GetPathForOrigin(origin, &path1));
97 std::string origin("origin");
99 EXPECT_FALSE(database.HasOriginPath(origin));
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_database_helper.cc63 void BrowsingDataDatabaseHelper::DeleteDatabase(const std::string& origin, argument
69 origin, name));
118 const std::string& origin,
123 tracker_->DeleteDatabase(origin, UTF8ToUTF16(name),
128 const GURL& origin,
131 : origin(origin),
140 if (origin == other.origin)
142 return origin < othe
117 DeleteDatabaseOnFileThread( const std::string& origin, const std::string& name) argument
127 PendingDatabaseInfo( const GURL& origin, const std::string& name, const std::string& description) argument
160 AddDatabase( const GURL& origin, const std::string& name, const std::string& description) argument
[all...]
H A Dbrowsing_data_file_system_helper.cc39 virtual void DeleteFileSystemOrigin(const GURL& origin) OVERRIDE;
53 // Deletes all file systems associated with |origin|. This must be called on
55 void DeleteFileSystemOriginInFileThread(const GURL& origin);
113 const GURL& origin) {
119 this, origin));
174 const GURL& origin) {
176 filesystem_context_->DeleteDataForOriginOnFileThread(origin);
182 const GURL& origin) : origin(origin) {}
112 DeleteFileSystemOrigin( const GURL& origin) argument
173 DeleteFileSystemOriginInFileThread( const GURL& origin) argument
181 FileSystemInfo( const GURL& origin) argument
214 AddFileSystem( const GURL& origin, const fileapi::FileSystemType type, const int64 size) argument
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc27 if (db->DoesColumnExist(kWebRTCIdentityStoreDBName, "origin") &&
41 "origin TEXT NOT NULL,"
50 IdentityKey(const GURL& origin, const std::string& identity_name) argument
51 : origin(origin), identity_name(identity_name) {}
54 return origin < other.origin ||
55 (origin == other.origin && identity_name < other.identity_name);
58 GURL origin; member in struct:content::WebRTCIdentityStoreBackend::IdentityKey
87 PendingFindRequest(const GURL& origin, const std::string& identity_name, const std::string& common_name, const FindIdentityCallback& callback) argument
98 GURL origin; member in struct:content::WebRTCIdentityStoreBackend::PendingFindRequest
137 PendingOperation(OperationType type, const GURL& origin, const std::string& identity_name, const Identity& identity) argument
147 GURL origin; member in struct:content::WebRTCIdentityStoreBackend::SqlLiteStorage::PendingOperation
177 FindIdentity( const GURL& origin, const std::string& identity_name, const std::string& common_name, const FindIdentityCallback& callback) argument
231 AddIdentity(const GURL& origin, const std::string& identity_name, const std::string& common_name, const std::string& certificate, const std::string& private_key) argument
387 AddIdentity( const GURL& origin, const std::string& identity_name, const Identity& identity) argument
404 DeleteIdentity( const GURL& origin, const std::string& identity_name, const Identity& identity) argument
423 BatchOperation( OperationType type, const GURL& origin, const std::string& identity_name, const Identity& identity) argument
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.h41 // Reads the (key, value) pairs for |namespace_id| and |origin|. |result| is
46 const GURL& origin,
49 // Updates the data for |namespace_id| and |origin|. Will remove all keys
56 const GURL& origin,
65 // Deletes the data for |namespace_id| and |origin|.
66 bool DeleteArea(const std::string& namespace_id, const GURL& origin);
114 // Reads the areas assoiated with |namespace_id| and puts the (origin, map_id)
119 // Adds an association between |origin| and |map_id| into the namespace
122 const std::string& origin,
126 // Helpers for deleting data for |namespace_id| and |origin|
[all...]

Completed in 555 milliseconds

1234567891011>>