HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 1 - 25 of 962) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/java/tests/support/
Support_TestResource.java 24 Object[][] contents = { { "parent1", "parentValue1" }, local
27 return contents;
Support_TestResource_en.java 24 Object[][] contents = { { "parent2", "enValue2" }, local
27 return contents;
Support_TestResource_en_US.java 24 Object[][] contents = { { "parent3", "enUSValue3" }, local
27 return contents;
Support_TestResource_fr.java 24 Object[][] contents = { { "parent2", "frValue2" }, local
27 return contents;
Support_TestResource_fr_FR.java 24 Object[][] contents = { { "parent3", "frFRValue3" }, local
27 return contents;
Support_TestResource_fr_FR_VAR.java 24 Object[][] contents = { { "parent4", "frFRVARValue4" }, local
28 return contents;
  /libcore/support/src/test/java/tests/support/
Support_TestResource_en.java 24 Object[][] contents = { { "parent2", "enValue2" }, local
27 return contents;
Support_TestResource_en_US.java 24 Object[][] contents = { { "parent3", "enUSValue3" }, local
27 return contents;
Support_TestResource_fr.java 24 Object[][] contents = { { "parent2", "frValue2" }, local
27 return contents;
Support_TestResource_fr_FR.java 24 Object[][] contents = { { "parent3", "frFRValue3" }, local
27 return contents;
Support_TestResource_fr_FR_VAR.java 24 Object[][] contents = { { "parent4", "frFRVARValue4" }, local
28 return contents;
  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.cc 7 void TabStripModelObserver::TabInsertedAt(TabContentsWrapper* contents,
13 TabContentsWrapper* contents,
17 void TabStripModelObserver::TabDetachedAt(TabContentsWrapper* contents,
21 void TabStripModelObserver::TabDeselected(TabContentsWrapper* contents) {
30 void TabStripModelObserver::TabMoved(TabContentsWrapper* contents,
35 void TabStripModelObserver::TabChangedAt(TabContentsWrapper* contents,
46 void TabStripModelObserver::TabPinnedStateChanged(TabContentsWrapper* contents,
50 void TabStripModelObserver::TabMiniStateChanged(TabContentsWrapper* contents,
54 void TabStripModelObserver::TabBlockedStateChanged(TabContentsWrapper* contents,
tab_strip_model_observer.h 44 virtual void TabInsertedAt(TabContentsWrapper* contents,
51 TabContentsWrapper* contents,
57 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
62 virtual void TabDeselected(TabContentsWrapper* contents);
85 virtual void TabMoved(TabContentsWrapper* contents,
89 // The specified TabContents at |index| changed in some way. |contents| may
94 virtual void TabChangedAt(TabContentsWrapper* contents,
98 // The tab contents was replaced at the specified index. This is invoked when
107 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);
113 virtual void TabMiniStateChanged(TabContentsWrapper* contents, int index)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTestResource.java 24 return contents;
28 static final Object[][] contents = { { "Level_error", "Name" }, field in class:LevelTestResource
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
hyts_resource_en_US.java 24 Object[][] contents = { { "subParent3", "enUSValue3" }, local
28 return contents;
hyts_resource_en_US_VAR.java 24 Object[][] contents = { { "subParent4", "enUSVARValue4" }, local
28 return contents;
hyts_resource_fr.java 24 Object[][] contents = { { "subParent2", "frValue2" }, local
27 return contents;
hyts_resource_fr_FR.java 24 Object[][] contents = { { "subParent3", "frFRValue3" }, local
28 return contents;
hyts_resource_fr_FR_VAR.java 23 Object[][] contents = { { "subParent4", "frFRVARValue4" }, local
27 return contents;
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
hyts_resource.java 24 Object[][] contents = { { "subParent1", "subParentValue1" }, local
28 return contents;
hyts_resource_en_US.java 24 Object[][] contents = { { "subParent3", "enUSValue3" }, local
28 return contents;
hyts_resource_en_US_VAR.java 24 Object[][] contents = { { "subParent4", "enUSVARValue4" }, local
28 return contents;
hyts_resource_fr.java 24 Object[][] contents = { { "subParent2", "frValue2" }, local
27 return contents;
hyts_resource_fr_FR_VAR.java 23 Object[][] contents = { { "subParent4", "frFRVARValue4" }, local
27 return contents;
  /external/chromium/chrome/browser/tab_contents/
link_infobar_delegate.cc 13 LinkInfoBarDelegate::LinkInfoBarDelegate(TabContents* contents)
14 : InfoBarDelegate(contents) {

Completed in 269 milliseconds

1 2 3 4 5 6 7 8 91011>>