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

  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 58 String PageRuleCollector::pageName(int /* pageIndex */) const
68 , m_pageName(pageName(pageIndex)) { }
87 static bool checkPageSelectorComponents(const CSSSelector* selector, bool isLeftPage, bool isFirstPage, const String& pageName)
92 if (localName != starAtom && localName != pageName)
107 void PageRuleCollector::matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>& rules, bool isLeftPage, bool isFirstPage, const String& pageName)
112 if (!checkPageSelectorComponents(rule->selector(), isLeftPage, isFirstPage, pageName))
PageRuleCollector.h 44 String pageName(int pageIndex) const;
46 void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
  /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/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 315 void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
316 void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>&, bool isLeftPage, bool isFirstPage, const String& pageName);
323 String pageName(int pageIndex) const;
  /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_org/chrome_frame/test/data/
chrome_frame_tester_helpers.js 179 function buildURL(pageName, queryString) {
185 url += path.substring(0, path.lastIndexOf("/")) + "/" + pageName;
187 url += "/" + pageName;
  /external/chromium/chrome/browser/resources/options/
options.js 173 var pageName = path.slice(1);
175 OptionsPage.showPageByName(pageName, false);
  /external/chromium_org/chrome/browser/resources/options/
options.js 239 var pageName = path.slice(1).replace(/\/$/, '');
240 OptionsPage.showPageByName(pageName, true, {replaceState: true});
  /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 706 milliseconds