OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:separator1
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/page/
SecurityOrigin.cpp
423
size_t
separator1
= databaseIdentifier.find(SeparatorCharacter);
local
424
if (
separator1
== notFound)
434
if (
separator1
== separator2)
448
String protocol = databaseIdentifier.substring(0,
separator1
);
449
String host = databaseIdentifier.substring(
separator1
+ 1, separator2 -
separator1
- 1);
Completed in 336 milliseconds