Home
last modified time | relevance | path

Searched defs:IsControl (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_extension_parser.cc148 bool WebSocketExtensionParser::IsControl(char c) { in IsControl() function in net::WebSocketExtensionParser
/external/chromium_org/v8/src/mips/
Dlithium-mips.h220 virtual bool IsControl() const { return false; } in IsControl() function
382 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
425 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
493 virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; } in IsControl() function
/external/chromium_org/v8/src/x87/
Dlithium-x87.h221 virtual bool IsControl() const { return false; } in IsControl() function
398 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
436 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
504 virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; } in IsControl() function
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h220 virtual bool IsControl() const { return false; } in IsControl() function
381 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
419 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
487 virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; } in IsControl() function
/external/chromium_org/v8/src/x64/
Dlithium-x64.h220 virtual bool IsControl() const { return false; } in IsControl() function
390 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
433 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
501 virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; } in IsControl() function
/external/chromium_org/v8/src/arm/
Dlithium-arm.h223 virtual bool IsControl() const { return false; } in IsControl() function
385 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
428 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
494 virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; } in IsControl() function
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h234 virtual bool IsControl() const { return false; } in IsControl() function
337 virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; } in IsControl() function
472 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function
1292 virtual bool IsControl() const V8_OVERRIDE { return true; } in IsControl() function