HomeSort by relevance Sort by last modified time
    Searched refs:pageName (Results 1 - 22 of 22) sorted by null

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 88 String pageName = res.getString(R.string.template_wotd_title,
95 pageContent = SimpleWikiHelper.getPageContent(pageName, false);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 77 String pageName = res.getString(R.string.template_wotd_title,
85 pageContent = SimpleWikiHelper.getPageContent(pageName, false);
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 56 var pageName;
92 pageName = pageBase.replace(/([A-Z])/g, " $1");
93 pageName = pageName.substring(0, 1).toUpperCase() + pageName.substring(1);
133 if (pageName.toLowerCase() == "samples") {
457 return pageDataName || apiModuleName || pageName;
461 var pageName = getPageName();
463 if (pageName == "") {
467 return pageName + " - " + pageTitleSuffix
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 221 void matchPageRules(RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
222 void matchPageRulesForList(const Vector<RuleData>*, bool isLeftPage, bool isFirstPage, const String& pageName);
226 String pageName(int pageIndex) const;
CSSStyleSelector.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 61 protected KeySelectionPage(ExportWizard wizard, String pageName) {
62 super(pageName);
KeystoreSelectionPage.java 54 protected KeystoreSelectionPage(ExportWizard wizard, String pageName) {
55 super(pageName);
KeyCheckPage.java 83 protected KeyCheckPage(ExportWizard wizard, String pageName) {
84 super(pageName);
KeyCreationPage.java 58 protected KeyCreationPage(ExportWizard wizard, String pageName) {
59 super(pageName);
ProjectCheckPage.java 63 protected ProjectCheckPage(ExportWizard wizard, String pageName) {
64 super(pageName);
  /external/chromium/chrome/browser/resources/options/
options.js 173 var pageName = path.slice(1);
175 OptionsPage.showPageByName(pageName, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 416 protected NewXmlFileCreationPage(String pageName, NewXmlFileWizard.Values values) {
417 super(pageName);
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 349 newDot.querySelector('span').textContent = page.pageName;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 506 milliseconds