/external/chromium_org/chrome/browser/extensions/updater/ |
extension_downloader.h | 209 // If |results| is null, it means something went wrong when parsing it. 211 const UpdateManifest::Results* results); 216 const UpdateManifest::Results& possible_updates, 246 // Notify delegate and remove ping results.
|
/external/chromium_org/chrome/utility/extensions/ |
extensions_handler.cc | 170 manifest.results()));
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_profile.cc | 580 std::vector<NameInfo> results(name_); 619 results[index] = imported_name; 628 results.push_back(imported_name); 631 name_.swap(results); [all...] |
/external/chromium_org/content/browser/frame_host/ |
render_widget_host_view_child_frame.cc | 237 blink::WebScreenInfo* results) {
|
/external/chromium_org/content/test/ |
test_render_view_host.h | 150 virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE {}
|
/external/chromium_org/courgette/ |
run_stress_test | 65 results="${out_dir}/results"
|
/external/chromium_org/extensions/renderer/resources/ |
utils.js | 141 * (if chrome.runtime.lastError is set). If there are multiple results, the 142 * promise will be resolved with an array containing those results.
|
/external/chromium_org/extensions/test/data/ |
data_sender_unittest.js | 97 return Promise.all(wrappedPromises).then(function(results) { 98 return results[0];
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_fetcher_unittest.cc | 51 const std::string& results, 67 SetResponseString(results); 74 const std::string& results, 82 SetResponseString(results);
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer.py | 105 help=('Location of dashboard file. The results are ' 119 """Get current and the latest previous analyzer results. 122 current analyzer results are dynamically obtained from Blink SVN and 260 # results. 382 ('http://test-results.appspot.com/dashboards/'
|
/external/chromium_org/net/proxy/ |
proxy_resolver_v8.cc | 61 // implemented -- whether they should restrict to IPv4 results, or 365 int ResolveProxy(const GURL& query_url, ProxyInfo* results) { 415 results->UsePacString(base::UTF16ToASCII(ret_str)); 719 const GURL& query_url, ProxyInfo* results, 731 int rv = context_->ResolveProxy(query_url, results);
|
/external/chromium_org/pdf/ |
out_of_process_instance.h | 127 std::vector<SearchStringResult>* results); 318 // Whether an update to the number of find results found was sent less than
|
pdf_engine.h | 89 // Updates the number of find results for the current search term. If 144 // Searches the given string for "term" and returns the results. Unicode- 153 std::vector<SearchStringResult>* results) = 0;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
AdvancedSearchView.js | 21 this._searchResultsElement.className = "search-results"; 27 this._search.setAttribute("results", "0");
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ActivityLoggerTest.cpp | 83 Vector<v8::Local<v8::Value> > results; local
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFrame.h | 164 // NOTE: These routines do not force page layout so their results may 313 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) = 0; 609 // generated by find results. If this is called with an empty array, the
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
encoll.c | 141 const static UCollationResult results[] = { variable 278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
sad_ssse3.asm | 154 ; int *results) 233 mov rdi, arg(4) ;Results 267 ; int *results) 343 mov rdi, arg(4) ;Results
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_sad_ssse3.asm | 154 ; int *results) 233 mov rdi, arg(4) ;Results 267 ; int *results) 343 mov rdi, arg(4) ;Results
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_context.h | 58 struct svga_shader_result *results; member in struct:svga_shader
|
/external/chromium_org/third_party/skia/tools/ |
compare_codereview.py | 10 This script takes two Codereview URLs, looks at the trybot results for 11 the two codereviews and compares the results. 167 An array of BuilderHTMLParser.Results, each a description 168 of failure results, along with an optional url 357 results = BuilderHTMLParser.parse(url) 358 for result in results:
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
cross_correlation_neon.S | 83 POST_LOOP_DIM_SEQ_RESIDUAL: @ Sum the results up and do the shift.
|
/external/chromium_org/tools/profile_chrome/ |
main.py | 222 'Chrome tracing results in duplicate trace events.')
|
/external/chromium_org/ui/app_list/views/ |
contents_view.cc | 68 search_results_view_->SetResults(model->results());
|
start_page_view.cc | 84 // The view containing the search results. 145 search_results_model_ = model->results(); 199 // Instant and search results take up the height of the instant container. 228 // When search results are added one by one, each addition generates an update
|