/packages/apps/Browser/src/com/android/browser/ |
BreadCrumbView.java | 37 * Simple bread crumb view 51 private List<Crumb> mCrumbs; 90 mCrumbs = new ArrayList<Crumb>(); 123 Crumb c = getTopCrumb(); 156 Crumb crumb = new Crumb(name, canGoBack, data); local 157 pushCrumb(crumb); 158 return crumb.crumbView; 162 Crumb crumb = new Crumb(view, true, data) local 291 Crumb crumb = null; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
breadcrumbList.css | 43 .crumbs .crumb { 55 .crumbs .crumb.collapsed > * { 59 .crumbs .crumb.collapsed::before { 64 .crumbs .crumb.compact .extra { 68 .crumbs .crumb.start { 72 .crumbs .crumb.end { 78 .crumbs .crumb.selected { 84 .crumbs .crumb.selected:hover { 88 .crumbs .crumb.selected.end, 89 .crumbs .crumb.selected.end:hover [all...] |
ElementsPanel.js | 559 for (var crumb = crumbs.firstChild; crumb; crumb = crumb.nextSibling) { 560 if (crumb.representedObject === event.data.node) { 584 var crumbElement = nodeUnderMouse.enclosingNodeOrSelfWithClass("crumb"); 613 var crumb = crumbs.firstChild; variable 614 while (crumb) { 615 if (crumb.representedObject === node) { 619 crumb = crumb.nextSibling 634 var crumb = crumbs.firstChild; variable 759 var crumb = crumbs.firstChild; variable [all...] |
/external/chromium_org/chrome/browser/resources/ntp_android/ |
bookmarks_tablet.css | 14 body[device='tablet'] #bookmarks_title_wrapper .title-crumb {
|
bookmarks.css | 74 #bookmarks_title_wrapper .title-crumb { 79 #bookmarks_title_wrapper .title-crumb-active {
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
breadcrumbs_controller.js | 68 * with me" as the first crumb. RootDirectory.DRIVE_SHARED_WITH_ME is used as 69 * the first crumb if |path| is a shared-with-me directory outside "My Drive". 130 // We have a special case for the root crumb /drive/other, which contains 139 // Create a crumb. 202 // At least one crumb is hidden completely (or almost completely). 228 // Do not truncate separator. Instead let the last crumb be longer. 232 // Truncate the last visible crumb. 292 // The first crumb can be overridden.
|
/external/doclava/res/assets/templates/ |
docpage.cs | 11 <span class="crumb" itemprop="breadcrumb">
|
sample.cs | 13 <span class="crumb"> </span>
|
sampleindex.cs | 13 <span class="crumb"> </span>
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsCreateFragment.java | 226 final Drawable crumb = context.getResources() local 228 crumb.setBounds(0, 0, crumb.getIntrinsicWidth(), crumb.getIntrinsicHeight()); 233 appendDrawable(builder, crumb);
|
/build/tools/droiddoc/templates-ds/ |
sampleindex.cs | 13 <span class="crumb">
|
/build/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 13 <span class="crumb">
|
docpage.cs | 11 <span class="crumb" itemprop="breadcrumb">
|
sdkpage.cs | 44 <span class="crumb"> </span>
|
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 13 <span class="crumb">
|
/frameworks/base/core/java/android/app/ |
FragmentBreadCrumbs.java | 66 * Called when a bread crumb is clicked. 68 * @param backStack The BackStackEntry whose bread crumb was clicked. 69 * May be null, if this bread crumb is for the root of the back stack.
|
FragmentTransaction.java | 203 * Set the full title to show as a bread crumb when this transaction 218 * Set the short title to show as a bread crumb when this transaction
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTransaction.java | 217 * Set the full title to show as a bread crumb when this transaction 232 * Set the short title to show as a bread crumb when this transaction
|
/frameworks/base/core/java/android/preference/ |
PreferenceActivity.java | 346 * Resource ID of optional text to show as the title in the bread crumb. 352 * Optional text to show as the title in the bread crumb. 358 * Resource ID of optional text to show as the short title in the bread crumb. 364 * Optional text to show as the short title in the bread crumb. 427 * Return the currently set bread crumb title. If {@link #breadCrumbTitleRes} is set, 439 * Return the currently set bread crumb short title. If [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 249 #jd-header .crumb { 255 #jd-header .crumb a, 256 #jd-header .crumb a:visited { 261 #jd-header .crumb a:hover {
|
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 246 #jd-header .crumb { 252 #jd-header .crumb a, 253 #jd-header .crumb a:visited { 258 #jd-header .crumb a:hover {
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 246 #jd-header .crumb { 252 #jd-header .crumb a, 253 #jd-header .crumb a:visited { 258 #jd-header .crumb a:hover {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 243 # crumb telling the next invocation to resume here
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 243 # crumb telling the next invocation to resume here
|
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 1438 #jd-header .crumb { 1444 #jd-header .crumb a, 1445 #jd-header .crumb a:visited { 1450 #jd-header .crumb a:hover { [all...] |