OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filteredname
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm
719
NSString*
filteredName
=
721
return [[NSURL URLWithString:
filteredName
relativeToURL:base] path];
746
NSString*
filteredName
= [fileName stringByReplacingOccurrencesOfString:@"/"
748
filteredName
= [
filteredName
stringByReplacingOccurrencesOfString:@":"
750
filteredName
= [
filteredName
stringByReplacingOccurrencesOfString:@"?"
753
if ([
filteredName
length] > kMaxNameLength)
754
filteredName
= [
filteredName
substringToIndex:kMaxNameLength]
[
all
...]
Completed in 46 milliseconds