Searched defs:results (Results 276 - 300 of 612) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/webui/
H A Didentity_internals_ui.cc222 base::ListValue results; local
229 results.Append(GetInfoForToken(iter->first, iter->second));
232 web_ui()->CallJavascriptFunction("identity_internals.returnTokens", results);
H A Dnacl_ui.cc159 base::DictionaryValue* results = new base::DictionaryValue(); local
160 results->SetString("key", key);
161 results->SetString("value", value);
162 list->Append(results);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc152 blink::WebVector<blink::WebTextCheckingResult>* results) {
153 if (!results)
160 // UMA results seem to support that. Investigate, clean up if true.
162 spellcheck_->SpellCheckParagraph(text, results);
213 const std::vector<SpellCheckResult>& results) {
226 // Double-check the returned spellchecking results with our spellchecker to
232 results,
236 // Cache the request and the converted results.
267 const std::vector<SpellCheckResult>& results) {
279 results,
149 checkTextOfParagraph( const blink::WebString& text, blink::WebTextCheckingTypeMask mask, blink::WebVector<blink::WebTextCheckingResult>* results) argument
209 OnRespondSpellingService( int identifier, bool succeeded, const base::string16& line, const std::vector<SpellCheckResult>& results) argument
265 OnRespondTextCheck( int identifier, const std::vector<SpellCheckResult>& results) argument
[all...]
H A Dspellcheck_unittest.cc88 blink::WebVector<blink::WebTextCheckingResult> results; local
90 &results);
92 EXPECT_EQ(results.size(), expected.size());
93 size_t size = std::min(results.size(), expected.size());
95 EXPECT_EQ(results[j].decoration, blink::WebTextDecorationTypeSpelling);
96 EXPECT_EQ(results[j].location, expected[j].location);
97 EXPECT_EQ(results[j].length, expected[j].length);
115 const blink::WebVector<blink::WebTextCheckingResult>& results)
118 last_results_ = results;
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc333 safe_browsing::zip_analyzer::Results results; local
335 IPC::PlatformFileForTransitToFile(zip_file), &results); local
337 results));
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver_unittest.cc88 bool GetAutofillFillFormMessage(int* page_id, FormData* results) { argument
99 if (results)
100 *results = autofill_param.b;
109 bool GetAutofillPreviewFormMessage(int* page_id, FormData* results) { argument
120 if (results)
121 *results = autofill_param.b;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet.cc297 std::vector<uint8> results; local
300 results.push_back(one_time_pad_[i] ^ operating_data[i]);
304 std::string hex_decrypted = base::HexEncode(&(results[0]), results.size());
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc46 // count so that the best matches will always be added to the results.
138 std::vector<BookmarkMatch>* results) {
160 // The highest typed counts should be at the beginning of the results vector
161 // so that the best matches will always be included in the results. The loop
166 i != sorted_nodes.end() && results->size() < max_count;
168 AddMatchToResults(*i, &parser, query_nodes.get(), results);
204 std::vector<BookmarkMatch>* results) {
246 results->push_back(match);
136 GetBookmarksMatching(const base::string16& input_query, size_t max_count, std::vector<BookmarkMatch>* results) argument
200 AddMatchToResults( const BookmarkNode* node, query_parser::QueryParser* parser, const query_parser::QueryNodeStarVector& query_nodes, std::vector<BookmarkMatch>* results) argument
/external/chromium_org/components/favicon_base/
H A Dselect_favicon_frames.cc116 std::vector<SelectionResult>* results) {
130 results->push_back(result);
143 results->push_back(result);
231 std::vector<SelectionResult> results; local
235 &results);
236 if (results.size() == 0)
240 size_t index = results[0].index;
246 for (size_t i = 0; i < results.size(); ++i) {
247 size_t index = results[i].index;
262 std::vector<SelectionResult> results; local
112 GetCandidateIndicesWithBestScores( const std::vector<gfx::Size>& candidate_sizes, const std::vector<int>& desired_sizes, float* match_score, std::vector<SelectionResult>* results) argument
[all...]
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager_unittest.cc774 std::vector<PasswordForm*> results; local
775 results.push_back(CreateSavedMatch(false));
776 results.push_back(CreateSavedMatch(false));
777 results[1]->username_value = ASCIIToUTF16("other@gmail.com");
778 results[1]->password_element = ASCIIToUTF16("signup_password");
779 results[1]->username_element = ASCIIToUTF16("signup_username");
781 SimulateResponseFromPasswordStore(&manager_match, results);
783 results.clear();
795 results.push_back(CreateSavedMatch(false));
796 results
896 std::vector<PasswordForm*> results; local
931 std::vector<PasswordForm*> results; local
[all...]
/external/chromium_org/components/variations/
H A Dentropy_provider_unittest.cc142 // significance of the results is checked.
187 // that have different names, normally generate different results.
208 // The trials are most likely to give different results since they have
216 // that have different names, normally generate different results.
238 // The trials are most likely to give different results since they have
272 const double results[] = { GenerateSHA1Entropy("hi", "1"), local
275 EXPECT_NE(results[0], results[1]);
276 for (size_t i = 0; i < arraysize(results); ++i) {
277 EXPECT_LE(0.0, results[
288 const double results[] = { local
[all...]
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc269 SpeechRecognitionResults results; local
270 results.push_back(SpeechRecognitionResult());
271 SpeechRecognitionResult& result = results.back();
287 delegate()->OnSpeechRecognitionEngineResults(results);
H A Dgoogle_streaming_remote_engine_unittest.cc46 const SpeechRecognitionResults& results) OVERRIDE {
47 results_.push(results);
110 SpeechRecognitionResults results; local
111 results.push_back(SpeechRecognitionResult());
112 SpeechRecognitionResult& result = results.back();
120 ExpectResultsReceived(results);
140 SpeechRecognitionResults results; local
141 results.push_back(SpeechRecognitionResult());
142 SpeechRecognitionResult& result = results.back();
149 ExpectResultsReceived(results);
159 SpeechRecognitionResults results; local
187 SpeechRecognitionResults results; local
226 SpeechRecognitionResults results; local
303 SpeechRecognitionResults results; local
454 ExpectResultsReceived( const SpeechRecognitionResults& results) argument
[all...]
H A Dspeech_recognition_dispatcher_host.cc248 const SpeechRecognitionResults& results) {
253 results));
246 OnRecognitionResults( int session_id, const SpeechRecognitionResults& results) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSpeechRecognition.java153 // In continuous mode, Android's recognizer sends final results as provisional.
159 String[] results = list.toArray(new String[list.size()]);
164 results,
291 String[] results,
290 nativeOnRecognitionResults(long nativeSpeechRecognizerImplAndroid, String[] results, float[] scores, boolean provisional) argument
/external/chromium_org/content/renderer/
H A Dspeech_recognition_dispatcher.cc182 int request_id, const SpeechRecognitionResults& results) {
184 SpeechRecognitionResults::const_iterator it = results.begin();
185 for (; it != results.end(); ++it) {
192 results.size() - provisional_count);
195 for (it = results.begin(); it != results.end(); ++it) {
181 OnResultsRetrieved( int request_id, const SpeechRecognitionResults& results) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc75 // Call the request's callback function with the find results, and then
96 // function can be called when the find results are available.
161 // Clears the results for |findupdate| for a new find session.
165 // Aggregate the find results.
171 // Propagate incremental results to the |findupdate| event.
206 base::DictionaryValue* results) {
207 results->SetInteger(webview::kFindNumberOfMatches, number_of_matches_);
208 results->SetInteger(webview::kFindActiveMatchOrdinal, active_match_ordinal_);
214 results->Set(webview::kFindSelectionRect, rect.DeepCopy());
235 base::DictionaryValue* results) {
205 PrepareResults( base::DictionaryValue* results) argument
234 PrepareResults( base::DictionaryValue* results) argument
273 base::DictionaryValue results; local
[all...]
/external/chromium_org/extensions/renderer/
H A Dscript_injection.cc280 scoped_ptr<blink::WebVector<v8::Local<v8::Value> > > results; local
282 results.reset(new blink::WebVector<v8::Local<v8::Value> >());
287 results.get());
288 if (expects_results && !results->isEmpty())
289 script_value = (*results)[0];
295 // Right now, we only support returning single results (per frame).
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client_unittest.cc39 const std::string& results,
48 SetResponseString(results);
112 void set_results(const std::string& results) { argument
113 results_ = results;
35 MockOAuthFetcher(int response_code, int max_failure_count, bool complete_immediately, const GURL& url, const std::string& results, net::URLFetcher::RequestType request_type, net::URLFetcherDelegate* d) argument
H A Dmerge_session_helper.cc34 std::vector<std::string> results; local
37 results.push_back(it->first + ":" + it->second);
39 return JoinString(results, ",");
280 // GetExternalCcResult() returns results for those that have.
/external/chromium_org/net/base/
H A Dnet_util_icu_unittest.cc510 const std::string results = GetDirectoryListingEntry( local
516 EXPECT_EQ(test_cases[i].expected, results);
872 // results in the original GURL, for each ASCII character in the path.
890 // results in the original GURL, for each escaped ASCII character in the path.
911 // results in the original GURL, for each ASCII character in the query.
929 // only results in a different GURL for certain characters.
/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver_unittest.cc40 ProxyInfo* results,
55 results->UseNamedProxy(query_url.host());
137 ProxyInfo* results,
147 query_url, results, callback, request, net_log);
164 ProxyInfo* results,
169 query_url, results, callback, request, net_log);
608 ProxyInfo results[kNumRequests]; local
614 GURL("http://request0"), &results[0], callback[0].callback(), &request[0],
621 EXPECT_EQ("PROXY request0:80", results[0].ToPacString());
633 GURL(base::StringPrintf("http://request%d", i)), &results[
720 ProxyInfo results[kNumRequests]; local
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc79 PP_PrivateFindResult** results,
83 term, case_sensitive, results, count);
75 SearchString(const InstanceHandle& instance, const unsigned short* string, const unsigned short* term, bool case_sensitive, PP_PrivateFindResult** results, int* count) argument
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc63 PP_PrivateFindResult** results, int* count) {
101 *results = reinterpret_cast<PP_PrivateFindResult*>(malloc(
103 memcpy(*results, &pp_results[0], *count * sizeof(PP_PrivateFindResult));
105 *results = NULL;
60 SearchString(const unsigned short* input_string, const unsigned short* input_term, bool case_sensitive, PP_PrivateFindResult** results, int* count) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_thunk.cc64 PP_PrivateFindResult** results,
69 enter.functions()->SearchString(string, term, case_sensitive, results, count);
60 SearchString(PP_Instance instance, const unsigned short* string, const unsigned short* term, bool case_sensitive, PP_PrivateFindResult** results, int* count) argument

Completed in 368 milliseconds

<<11121314151617181920>>