HomeSort by relevance Sort by last modified time
    Searched refs:GetData (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /art/runtime/verifier/
dex_gc_map.h 50 return GetData()[2] | (GetData()[3] << 8);
74 return GetData()[1] | ((GetData()[0] & ~kRegMapFormatMask) << kRegMapFormatShift);
80 return GetData() + 4;
85 return static_cast<RegisterMapFormat>(GetData()[0] & kRegMapFormatMask);
107 const uint8_t* GetData() const {
  /external/chromium_org/content/browser/geolocation/
empty_device_data_provider.h 24 virtual bool GetData(DataType *data) {
wifi_data_provider_chromeos.h 21 virtual bool GetData(WifiData* data) OVERRIDE;
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 25 if (!Done() && (*iterator_)->GetData().process_type != process_type_)
36 if (!all_ && (*iterator_)->GetData().process_type != process_type_)
49 const ChildProcessData& BrowserChildProcessHostIterator::GetData() {
51 return (*iterator_)->GetData();
utility_process_host.h 64 virtual const ChildProcessData& GetData() = 0;
browser_child_process_host.h 55 virtual const ChildProcessData& GetData() const = 0;
browser_child_process_host_iterator.h 34 const ChildProcessData& GetData();
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 79 URLRequestInfoData data = info_->GetData();
87 URLRequestInfoData data = info_->GetData();
95 URLRequestInfoData data = info_->GetData();
103 URLRequestInfoData data = info_->GetData();
154 EXPECT_TRUE(info_->GetData().follow_redirects);
158 EXPECT_FALSE(info_->GetData().follow_redirects);
162 EXPECT_TRUE(info_->GetData().follow_redirects);
166 EXPECT_FALSE(info_->GetData().record_download_progress);
170 EXPECT_TRUE(info_->GetData().record_download_progress);
174 EXPECT_FALSE(info_->GetData().record_download_progress)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_picasa_album_table_reader.cc 59 if (utility_process_host_->GetData().handle == base::kNullProcessHandle) {
65 utility_process_host_->GetData().handle,
69 utility_process_host_->GetData().handle,
73 utility_process_host_->GetData().handle,
77 utility_process_host_->GetData().handle,
81 utility_process_host_->GetData().handle,
85 utility_process_host_->GetData().handle,
89 utility_process_host_->GetData().handle,
  /external/chromium/net/url_request/
url_request_data_job.h 25 virtual bool GetData(std::string* mime_type,
url_request_data_job.cc 23 bool URLRequestDataJob::GetData(std::string* mime_type,
url_request_simple_job.h 31 virtual bool GetData(std::string* mime_type,
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.h 20 void GetData();
  /external/chromium_org/net/url_request/
url_request_data_job.h 22 virtual int GetData(std::string* mime_type,
url_request_data_job.cc 19 int URLRequestDataJob::GetData(std::string* mime_type,
  /external/chromium_org/ppapi/thunk/
ppb_url_request_info_api.h 30 virtual const URLRequestInfoData& GetData() const = 0;
ppb_view_api.h 21 virtual const ViewData& GetData() const = 0;
  /external/chromium_org/tools/grit/grit/gather/
json_loader.py 24 def GetData(self):
  /external/chromium_org/content/browser/
histogram_internals_request_job.h 20 virtual int GetData(std::string* mime_type,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
audioframe.h 48 int16* GetData() { return audio10ms_; }
  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 34 int GetData(long long& busy, long long& idle, long long*& busyArray,
  /art/compiler/
leb128_encoder.h 51 const std::vector<uint8_t>& GetData() const {
  /art/runtime/mirror/
array.h 105 const T* GetData() const {
110 T* GetData() {
119 return GetData()[i];
124 GetData()[i] = value;
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslplainmechanism.h 54 el->AddText(Base64EncodeFromArray(credential.GetData(), credential.GetLength()));
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslplainmechanism.h 54 el->AddText(Base64EncodeFromArray(credential.GetData(), credential.GetLength()));

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 9