HomeSort by relevance Sort by last modified time
    Searched full:cookie (Results 726 - 750 of 1072) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 460 cookie_info_view_->SetCookie(detailed_info.cookie->Domain(),
461 *detailed_info.cookie);
  /external/chromium/webkit/glue/
resource_loader_bridge.h 209 // third-party cookie blocking policy.
290 // should be consulted for the third-party cookie blocking policy.
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 65 'Benchmark::Tms', 'Bignum', 'Binding', 'CGI', 'CGI::Cookie',
270 'render_component', 'render_component_as_string', 'cookie',
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 54 // cookie corresponding to which line the error occurred on.
179 // Get the !srcloc metadata node if we have it, and decode the loc cookie from
  /external/openssl/ssl/
d1_lib.c 112 d1->cookie_len = sizeof(s->d1->cookie);
222 s->d1->cookie_len = sizeof(s->d1->cookie);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
SDL_sysjoystick.c 32 #include <mint/cookie.h>
187 /* Cookie _MCH present ? if not, assume ST machine */
  /external/tcpdump/
sctpConstants.h 231 /* How long a cookie lives */
438 /* This is how long a secret lives, NOT how long a cookie lives */
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 139 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, sourceURL, sourceCode.startLine()); local
145 InspectorInstrumentation::didEvaluateScript(cookie);
  /external/webkit/Source/WebCore/dom/
EventDispatcher.cpp 292 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(m_node->document(), *event, windowContext.window(), m_node.get(), m_ancestors); local
367 InspectorInstrumentation::didDispatchEvent(cookie);
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 263 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), m_input.current().length(), m_tokenizer->lineNumber()); local
303 InspectorInstrumentation::didWriteHTML(cookie, m_tokenizer->lineNumber());
  /external/webkit/Source/WebCore/loader/
ResourceLoader.cpp 438 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceData(m_frame.get(), identifier()); local
440 InspectorInstrumentation::didReceiveResourceData(cookie);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 85 u_int32_t cookie; member in struct:dhcp_message
86 u_int8_t options[308]; /* 312 - cookie */
  /frameworks/base/media/libeffects/visualizer/
EffectVisualizer.cpp 134 pContext->mConfig.inputCfg.bufferProvider.cookie = NULL;
142 pContext->mConfig.outputCfg.bufferProvider.cookie = NULL;
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 398 void *buffer, size_t size, void *cookie) {
399 VideoEditorAudioPlayer *me = (VideoEditorAudioPlayer *)cookie;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 324 netobj cookie; member in struct:nis_result
491 #define NIS_RES_COOKIE(x) ((x)->cookie)
  /system/core/sh/
histedit.c 68 History *hist; /* history cookie */
69 EditLine *el; /* editline cookie */
  /external/dbus/doc/
dbus-specification.xml 792 <entry>The serial of this message, used as a cookie
    [all...]
  /bootable/bootloader/legacy/usbloader/
main.c 182 static void tag_dump(unsigned tag, void *data, unsigned sz, void *cookie)
  /development/tools/axl/
axl.py 233 # Set-Cookie: PREF=ID=10644de62c423aa5:TM=1155044293:LM=1155044293:S=0lHtymefQRs2j7nD; expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.com
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 42 * Some HTTP headers (such as the set-cookie header) have values that
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map.h 186 // Various migration methods (old cookie, popup and per-host data gets
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 41 // A bridged RequestContext has a dedicated in-memory cookie store and does
http_bridge_unittest.cc 219 EXPECT_EQ(std::string::npos, response.find("Cookie:"));
  /external/chromium/chrome/common/extensions/docs/static/
whats_new.html 184 browser's cookie system. </li>
  /external/chromium/net/http/
http_request_headers.cc 22 const char HttpRequestHeaders::kCookie[] = "Cookie";

Completed in 1138 milliseconds

<<21222324252627282930>>