Searched defs:out_result (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/accessibility/
H A Dax_generated_tree_unittest.cc29 void TreeToStringHelper(const AXNode* node, std::string* out_result) { argument
30 *out_result += base::IntToString(node->id());
32 *out_result += " (";
35 *out_result += " ";
36 TreeToStringHelper(node->ChildAtIndex(i), out_result);
38 *out_result += ")";
/external/chromium_org/base/test/expectations/
H A Dexpectation.cc19 bool ResultFromString(const base::StringPiece& result, Result* out_result) { argument
21 *out_result = RESULT_FAILURE;
23 *out_result = RESULT_TIMEOUT;
25 *out_result = RESULT_CRASH;
27 *out_result = RESULT_SKIP;
29 *out_result = RESULT_PASS;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DWorkerRuntimeAgent.cpp104 void WorkerRuntimeAgent::isRunRequired(ErrorString*, bool* out_result) argument
106 *out_result = m_paused;
H A DInspectorRuntimeAgent.cpp169 void InspectorRuntimeAgent::isRunRequired(ErrorString*, bool* out_result) argument
171 *out_result = false;
/external/chromium_org/net/quic/
H A Dquic_utils.cc67 QuicTag* out_result,
93 *out_result = priority_tags[i];
63 FindMutualTag(const QuicTagVector& our_tags_vector, const QuicTag* their_tags, size_t num_their_tags, Priority priority, QuicTag* out_result, size_t* out_index) argument
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc255 SimpleIndexLoadResult* out_result) {
259 index_file_, out_result);
286 SimpleIndexLoadResult* out_result) {
289 SyncLoadFromDisk(index_file_path, &last_cache_seen_by_index, out_result);
293 if (!out_result->did_load) {
314 SyncRestoreFromDisk(cache_directory, index_file_path, out_result);
318 out_result->entries.size());
325 out_result->entries.size());
332 SimpleIndexLoadResult* out_result) {
333 out_result
253 LoadIndexEntries(base::Time cache_last_modified, const base::Closure& callback, SimpleIndexLoadResult* out_result) argument
281 SyncLoadIndexEntries( net::CacheType cache_type, base::Time cache_last_modified, const base::FilePath& cache_directory, const base::FilePath& index_file_path, SimpleIndexLoadResult* out_result) argument
330 SyncLoadFromDisk(const base::FilePath& index_filename, base::Time* out_last_cache_seen_by_index, SimpleIndexLoadResult* out_result) argument
346 out_result); local
368 Deserialize(const char* data, int data_len, base::Time* out_cache_last_modified, SimpleIndexLoadResult* out_result) argument
432 SyncRestoreFromDisk( const base::FilePath& cache_directory, const base::FilePath& index_file_path, SimpleIndexLoadResult* out_result) argument
[all...]
H A Dsimple_synchronous_entry.cc279 int* out_result) const {
299 *out_result = bytes_read;
301 *out_result = net::ERR_CACHE_READ_FAILURE;
309 int* out_result) {
329 *out_result = net::ERR_CACHE_WRITE_FAILURE;
336 *out_result = net::ERR_CACHE_WRITE_FAILURE;
343 *out_result = net::ERR_CACHE_WRITE_FAILURE;
356 *out_result = net::ERR_CACHE_WRITE_FAILURE;
365 *out_result = net::ERR_CACHE_WRITE_FAILURE;
378 *out_result
306 WriteData(const EntryOperationData& in_entry_op, net::IOBuffer* in_buf, SimpleEntryStat* out_entry_stat, int* out_result) argument
390 ReadSparseData( const EntryOperationData& in_entry_op, net::IOBuffer* out_buf, base::Time* out_last_used, int* out_result) argument
453 WriteSparseData( const EntryOperationData& in_entry_op, net::IOBuffer* in_buf, int64 max_sparse_data_size, SimpleEntryStat* out_entry_stat, int* out_result) argument
559 GetAvailableRange( const EntryOperationData& in_entry_op, int64* out_start, int* out_result) argument
998 InitializeCreatedFile( int file_index, CreateEntryResult* out_result) argument
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_browsertest.cc97 FetchResult* out_result,
101 out_result->status = actual_status;
102 out_result->result = actual_result;
103 out_result->response = actual_response;
105 out_result->blob_data_handle =
94 ReceiveFetchResult(BrowserThread::ID run_quit_thread, const base::Closure& quit, ChromeBlobStorageContext* blob_context, FetchResult* out_result, ServiceWorkerStatusCode actual_status, ServiceWorkerFetchEventResult actual_result, const ServiceWorkerResponse& actual_response) argument

Completed in 247 milliseconds