Home | History | Annotate | Download | only in js

Lines Matching refs:REFERENCE

26   $.getScript(toRoot + 'reference/jd_lists.js');
28 $.getScript(toRoot + 'reference/lists.js');
30 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) {
33 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) {
180 } else if (rootDir == "reference") {
181 // If the root is reference, but page is also part of Google Services, select Google
185 $("#nav-x li.reference a").addClass("selected");
200 // set global variable so we can highlight the sidenav a bit later (such as for google reference)
544 if (location.href.indexOf("/reference/") != -1) {
804 /* Resize the height of the nav panels in the reference,
1001 /* REFERENCE NAV SWAP */
1031 writeCookie("nav", nav_pref, "reference", date.toGMTString());
1575 $('.suggest-card.reference').show();
1579 $(".search_filtered_wrapper.reference li").remove();
1588 var $li = new_suggestion($(".suggest-card.reference ul"));
1597 $(".suggest-card.reference ul").append("<li class='header'>in Google Services:</li>");
1602 var $li = new_suggestion($(".suggest-card.reference ul"));
1608 $('.suggest-card.reference').hide();
2100 referenceSearcher.setUserDefinedLabel("Reference");
2101 referenceSearcher.setSiteRestriction("http://developer.android.com/reference/");
2247 /* ################# JAVADOC REFERENCE ################### */
2250 /* Initialize some droiddoc stuff, but only if we're in the reference */
2251 if (location.pathname.indexOf("/reference") == 0) {
2252 if(!(location.pathname.indexOf("/reference-gms/packages.html") == 0)
2253 && !(location.pathname.indexOf("/reference-gcm/packages.html") == 0)
2254 && !(location.pathname.indexOf("/reference/com/google") == 0)) {
2697 // TODO: update Google reference docs to tolerate this new implementation