HomeSort by relevance Sort by last modified time
    Searched refs:groupName (Results 26 - 50 of 61) sorted by null

12 3

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 124 static void webPageSetGroupName(QWebPage* page, const QString& groupName);
DumpRenderTreeSupportQt.cpp 183 void DumpRenderTreeSupportQt::webPageSetGroupName(QWebPage* page, const QString& groupName)
185 page->handle()->page->setGroupName(groupName);
190 return page->handle()->page->groupName();
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 112 int groupNameId = writeString(e.groupName);
  /dalvik/vm/
Thread.cpp     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 777 String groupName = horizontal ? "column" : "row";
781 handleInvalidParams(groupName + " indices must be positive");
787 handleInvalidParams(groupName +
788 " indices (start + span) mustn't exceed the " + groupName + " count");
791 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count");
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 666 String groupName = cursor.getString(NAME_INDEX);
668 textView.setText(groupName);
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 54 wrapObject: function(object, groupName, canAccessInspectedWindow)
57 return this._wrapObject(object, groupName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 478 public long createGroup(String groupName) {
482 values.put(ContactsContract.Groups.TITLE, groupName);
  /external/webkit/Source/WebCore/page/
Page.h 158 const String& groupName() const;
Page.cpp 388 const String& Page::groupName() const
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 575 String groupName = groupList.get(i);
579 if (groupName != null) {
581 groupName, 0);
619 if (groups && groupName == null && pi.group != null) {
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 237 assertNull(event.groupName);
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 294 WebView *webView = [[WebView alloc] initWithFrame:rect frameName:nil groupName:@"org.webkit.DumpRenderTree"];
360 WebView *webView = [[WebView alloc] initWithFrame:NSZeroRect frameName:@"" groupName:@""];
    [all...]
LayoutTestControllerMac.mm     [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 502 * @param groupName the name of the group to add the contact to
508 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) {
511 Groups.NAME + "=?", new String[] { groupName }, null);
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 205 page->setGroupName(frame->page()->groupName());
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1646 milliseconds

12 3