OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:securityOrigins
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Shared/
SecurityOriginData.cpp
56
Vector<RefPtr<APIObject> >
securityOrigins
;
57
securityOrigins
.reserveCapacity(originDataCount);
64
securityOrigins
.uncheckedAppend(origin);
67
callback->performCallbackWithReturnValue(ImmutableArray::adopt(
securityOrigins
).get());
/external/webkit/Source/WebKit2/UIProcess/
WebDatabaseManagerProxy.cpp
188
Vector<RefPtr<APIObject> >
securityOrigins
(originIdentifiersCount);
191
securityOrigins
[i] = WebSecurityOrigin::create(originIdentifiers[i]);
193
callback->performCallbackWithReturnValue(ImmutableArray::adopt(
securityOrigins
).get());
/external/webkit/Source/WebKit/gtk/webkit/
webkitsecurityorigin.cpp
129
static GHashTable*
securityOrigins
= g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_object_unref);
130
return
securityOrigins
;
Completed in 59 milliseconds