HomeSort by relevance Sort by last modified time
    Searched refs:GetPtr (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKit/mac/ForwardingHeaders/wtf/
GetPtr.h 1 #import <JavaScriptCore/GetPtr.h>
  /external/webkit/WebCore/ForwardingHeaders/wtf/
GetPtr.h 3 #include <JavaScriptCore/GetPtr.h>
  /external/v8/src/
counters.h 118 int* loc = GetPtr();
124 int* loc = GetPtr();
129 int* loc = GetPtr();
136 int* loc = GetPtr();
141 int* loc = GetPtr();
148 return GetPtr() != NULL;
155 int* loc = GetPtr();
162 int* GetPtr() {
  /external/chromium/base/
stats_counters.h 88 int* loc = GetPtr();
98 int* loc = GetPtr();
115 return GetPtr() != NULL;
119 int* loc = GetPtr();
130 int* GetPtr() {
stats_table_unittest.cc 247 int* Pointer() { return GetPtr(); }
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 17 const char* stream_begin = headers.GetPtr(header_line.buffer_base_idx);
60 const char* stream_begin = headers->GetPtr(header_line->buffer_base_idx);
balsa_headers.cc 183 size_t base_idx = storage - GetPtr(block_buffer_idx);
211 base::StringPiece old_value(GetPtr(d->buffer_base_idx) + d->value_begin_idx,
218 size_t base_idx = storage - GetPtr(block_buffer_idx);
327 return base::StringPiece(GetPtr(line.buffer_base_idx) + line.value_begin_idx,
404 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
424 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
447 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
509 if (!strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
575 whitespace_1_idx_ = new_line.data() - GetPtr(firstline_buffer_base_idx_);
673 whitespace_1_idx_ = storage - GetPtr(firstline_buffer_base_idx_)
    [all...]
balsa_headers.h 113 const char* GetPtr(Blocks::size_type block_idx) const {
119 char* GetPtr(Blocks::size_type block_idx) {
524 const char* stream_begin = headers_->GetPtr(line.buffer_base_idx);
    [all...]
  /external/webkit/WebKit/qt/
WebKit_pch.h 79 #include <wtf/GetPtr.h>
  /external/webkit/WebCore/bindings/js/
JSHTMLCanvasElementCustom.cpp 36 #include <wtf/GetPtr.h>
81 return toJS(exec, globalObject(), WTF::getPtr(canvas->getContext(contextId, attrs.get())));
JSDocumentCustom.cpp 42 #include <wtf/GetPtr.h>

Completed in 5013 milliseconds