Searched refs:readCookie (Results 1 - 7 of 7) sorted by relevance

/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js103 function readCookie(cookie) { function
157 var cookieWidth = readCookie(cookiePath+'width');
158 var cookieHeight = readCookie(cookiePath+'height');
343 var lastPage = readCookie(cookiePath + "_lastpage");
391 var v = readCookie('reference_nav');
494 var lang = readCookie("pref_lang");
503 lang = readCookie("pref_lang");
H A Ddoclava-developer-reference.js29 var userApiLevelEnabled = readCookie(API_LEVEL_ENABLED_COOKIE);
30 var userApiLevel = readCookie(API_LEVEL_COOKIE);
55 var userApiLevelEnabled = readCookie(API_LEVEL_ENABLED_COOKIE);
/external/chromium_org/chrome_frame/test/data/
H A Dchrome_frame_tester_helpers.js88 function readCookie(name) { function
/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c1353 static const VdbeOpList readCookie[] = { local
1358 int addr = sqlite3VdbeAddOpList(v, ArraySize(readCookie), readCookie);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c89096 static const VdbeOpList readCookie[] = { local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c93454 static const VdbeOpList readCookie[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c93490 static const VdbeOpList readCookie[] = { local
[all...]

Completed in 1015 milliseconds