OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleKey
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java
132
String
titleKey
= c.getString(c.getColumnIndex(Media.TITLE_KEY));
133
assertNotNull(
titleKey
);
171
assertTrue(
titleKey
.equals(c.getString(c.getColumnIndex(Media.TITLE_KEY))));
MediaStore_Audio_Genres_MembersTest.java
156
String
titleKey
= c.getString(c.getColumnIndex(Members.TITLE_KEY));
157
assertNotNull(
titleKey
);
/external/webkit/Source/WebKit/win/
WebHistoryItem.cpp
95
static CFStringRef
titleKey
= CFSTR("title");
116
CFStringRef titleRef = (CFStringRef) CFDictionaryGetValue(dictionaryRef,
titleKey
);
224
keys[keyCount] =
titleKey
;
/external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm
62
static NSString *
titleKey
= @"title";
343
NSString *title = [dict _webkit_stringForKey:
titleKey
];
449
[dict setObject:(NSString*)coreItem->title() forKey:
titleKey
];
/external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js
571
var
titleKey
= this._makeKey(title, typeId);
572
if (!(
titleKey
in this._profileGroupsForLinks))
573
this._profileGroupsForLinks[
titleKey
] = 0;
575
var groupNumber = ++this._profileGroupsForLinks[
titleKey
];
/external/proguard/src/proguard/gui/
ProGuardGUI.java
[
all
...]
Completed in 266 milliseconds