Searched defs:origin_url (Results 1 - 25 of 83) sorted by last modified time

1234

/external/chromium_org/v8/test/cctest/
H A Dcctest.h360 v8::Local<v8::String> source, v8::Local<v8::String> origin_url) {
361 v8::ScriptOrigin origin(origin_url);
369 v8::Local<v8::String> source, const char* origin_url) {
370 return CompileWithOrigin(source, v8_str(origin_url));
375 const char* origin_url) {
376 return CompileWithOrigin(v8_str(source), v8_str(origin_url));
410 const char* origin_url,
414 v8::ScriptOrigin origin(v8_str(origin_url),
423 v8::Local<v8::String> source, const char* origin_url) {
425 source, v8::ScriptOrigin(v8_str(origin_url)));
359 CompileWithOrigin( v8::Local<v8::String> source, v8::Local<v8::String> origin_url) argument
368 CompileWithOrigin( v8::Local<v8::String> source, const char* origin_url) argument
374 CompileWithOrigin(const char* source, const char* origin_url) argument
409 CompileRunWithOrigin(const char* source, const char* origin_url, int line_number, int column_number) argument
422 CompileRunWithOrigin( v8::Local<v8::String> source, const char* origin_url) argument
431 CompileRunWithOrigin( const char* source, const char* origin_url) argument
[all...]
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc512 void DisplayNotification(const char* origin_url, const char* icon_url, argument
522 ToastNotificationHandler::DesktopNotification notification(origin_url,
H A Dtoast_notification_handler.h18 std::string origin_url; member in struct:ToastNotificationHandler::DesktopNotification
/external/chromium_org/storage/browser/database/
H A Ddatabase_quota_client.cc29 const GURL& origin_url) {
31 if (db_tracker->GetOriginInfo(storage::GetIdentifierFromOrigin(origin_url),
122 void DatabaseQuotaClient::GetOriginUsage(const GURL& origin_url, argument
137 base::Bind(&GetOriginUsageOnDBThread, db_tracker_, origin_url),
27 GetOriginUsageOnDBThread( DatabaseTracker* db_tracker, const GURL& origin_url) argument
H A Ddatabase_tracker.cc820 GURL origin_url = storage::GetOriginFromIdentifier(*origin); local
821 if (!special_storage_policy_->IsStorageSessionOnly(origin_url))
823 if (special_storage_policy_->IsStorageProtected(origin_url))
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc199 const GURL& origin_url) {
201 DCHECK(origin_url == origin_url.GetOrigin());
211 this, quota_manager_proxy(), origin_url, iter->first)
223 const GURL& origin_url,
230 origin_url, type);
326 const GURL& origin_url,
346 CreateCrackedFileSystemURL(origin_url, type, base::FilePath()),
401 const GURL& origin_url,
405 DCHECK(origin_url
198 DeleteDataForOriginOnFileTaskRunner( const GURL& origin_url) argument
222 CreateQuotaReservationOnFileTaskRunner( const GURL& origin_url, FileSystemType type) argument
325 OpenFileSystem( const GURL& origin_url, FileSystemType type, OpenFileSystemMode mode, const OpenFileSystemCallback& callback) argument
400 DeleteFileSystem( const GURL& origin_url, FileSystemType type, const StatusCallback& callback) argument
505 OpenPluginPrivateFileSystem( const GURL& origin_url, FileSystemType type, const std::string& filesystem_id, const std::string& plugin_id, OpenFileSystemMode mode, const StatusCallback& callback) argument
[all...]
H A Dfile_system_quota_client.cc100 const GURL& origin_url,
127 origin_url,
99 GetOriginUsage( const GURL& origin_url, StorageType storage_type, const GetUsageCallback& callback) argument
H A Dplugin_private_file_system_backend.cc72 const GURL& origin_url,
79 origin_url, plugin_id, create, &error);
118 const GURL& origin_url,
135 origin_url, filesystem_id, plugin_id, mode),
222 const GURL& origin_url,
227 origin_url, std::string());
262 const GURL& origin_url,
270 const GURL& origin_url,
69 OpenFileSystemOnFileTaskRunner( ObfuscatedFileUtil* file_util, PluginPrivateFileSystemBackend::FileSystemIDToPluginMap* plugin_map, const GURL& origin_url, const std::string& filesystem_id, const std::string& plugin_id, OpenFileSystemMode mode) argument
117 OpenPrivateFileSystem( const GURL& origin_url, FileSystemType type, const std::string& filesystem_id, const std::string& plugin_id, OpenFileSystemMode mode, const StatusCallback& callback) argument
219 DeleteOriginDataOnFileTaskRunner( FileSystemContext* context, storage::QuotaManagerProxy* proxy, const GURL& origin_url, FileSystemType type) argument
260 GetOriginUsageOnFileTaskRunner( FileSystemContext* context, const GURL& origin_url, FileSystemType type) argument
269 CreateQuotaReservationOnFileTaskRunner( const GURL& origin_url, FileSystemType type) argument
H A Dsandbox_file_system_backend_delegate.cc112 const GURL& origin_url,
119 origin_url, SandboxFileSystemBackendDelegate::GetTypeString(type),
236 const GURL& origin_url,
241 origin_url, GetTypeString(type), create, &error);
248 const GURL& origin_url,
253 if (!IsAllowedScheme(origin_url)) {
258 std::string name = GetFileSystemName(origin_url, type);
264 obfuscated_file_util(), origin_url, type, mode,
329 const GURL& origin_url,
333 file_system_context, origin_url, typ
110 OpenFileSystemOnFileTaskRunner( ObfuscatedFileUtil* file_util, const GURL& origin_url, FileSystemType type, OpenFileSystemMode mode, base::File::Error* error_ptr) argument
235 GetBaseDirectoryForOriginAndType( const GURL& origin_url, FileSystemType type, bool create) argument
247 OpenFileSystem( const GURL& origin_url, FileSystemType type, OpenFileSystemMode mode, const OpenFileSystemCallback& callback, const GURL& root_url) argument
326 DeleteOriginDataOnFileTaskRunner( FileSystemContext* file_system_context, storage::QuotaManagerProxy* proxy, const GURL& origin_url, FileSystemType type) argument
385 GetOriginUsageOnFileTaskRunner( FileSystemContext* file_system_context, const GURL& origin_url, FileSystemType type) argument
567 GetUsageCachePathForOriginAndType( const GURL& origin_url, FileSystemType type) argument
580 GetUsageCachePathForOriginAndType( ObfuscatedFileUtil* sandbox_file_util, const GURL& origin_url, FileSystemType type, base::File::Error* error_out) argument
[all...]
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc151 GURL* origin_url,
198 if (origin_url)
199 *origin_url = url.GetOrigin();
209 GURL GetFileSystemRootURI(const GURL& origin_url, FileSystemType type) { argument
210 // origin_url is based on a security origin, so http://foo.com or file:///
212 DCHECK(!origin_url.SchemeIsFileSystem());
214 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec();
239 std::string GetFileSystemName(const GURL& origin_url, FileSystemType type) { argument
240 std::string origin_identifier = storage::GetIdentifierFromOrigin(origin_url);
403 std::string GetIsolatedFileSystemName(const GURL& origin_url, argument
150 ParseFileSystemSchemeURL(const GURL& url, GURL* origin_url, FileSystemType* type, base::FilePath* virtual_path) argument
448 GetIsolatedFileSystemRootURIString( const GURL& origin_url, const std::string& filesystem_id, const std::string& optional_root_name) argument
467 GetExternalFileSystemRootURIString( const GURL& origin_url, const std::string& mount_name) argument
[all...]
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Djavascript_dialog_helper.cc45 const GURL& origin_url,
61 request_info.Set(guestview::kUrl, new base::StringValue(origin_url.spec()));
43 RunJavaScriptDialog( content::WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, content::JavaScriptMessageType javascript_message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_permission_client_proxy.cc16 const GURL& origin_url,
20 : origin_url_(origin_url),
15 EmbeddedSharedWorkerPermissionClientProxy( const GURL& origin_url, bool is_unique_origin, int routing_id, ThreadSafeSender* thread_safe_sender) argument
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_manager.cc26 const GURL& origin_url,
54 base::string16 new_message_text = net::FormatUrl(origin_url, accept_lang) +
24 RunJavaScriptDialog( WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, JavaScriptMessageType javascript_message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
/external/chromium_org/components/test/data/web_database/
H A Dversion_20.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_21.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_22.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_22_corrupt.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL, ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL, date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL, scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_25.sql8 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR,username_element VARCHAR, username_value VARCHAR,password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element,username_value, password_element, submit_element, signon_realm));
H A Dversion_26.sql8 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR,username_element VARCHAR, username_value VARCHAR,password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element,username_value, password_element, submit_element, signon_realm));
H A Dversion_27.sql9 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_29.sql12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_30.sql12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_31.sql12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_32.sql12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_33.sql12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));

Completed in 1711 milliseconds

1234