Searched defs:results (Results 101 - 125 of 612) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc618 // otherwise results in a confusing state if the user attempts to reattach. We
2098 // *selected_width = 4, which results in a total width of 11.5. Instead, we
2522 std::vector<int> results; local
2524 results.push_back(ideal_bounds(i).x());
2525 return results;
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_ui_controller_factory.cc547 const std::vector<favicon_base::FaviconRawBitmapResult>* results) {
551 callback, base::Owned(results)));
545 RunFaviconCallbackAsync( const favicon_base::FaviconResultsCallback& callback, const std::vector<favicon_base::FaviconRawBitmapResult>* results) argument
H A Dconflicts_ui.cc120 base::DictionaryValue results; local
121 results.Set("moduleList", list);
138 results.SetString("modulesTableTitle", table_title);
140 web_ui()->CallJavascriptFunction("returnModuleList", results);
H A Dflash_ui.cc185 base::DictionaryValue* results = new base::DictionaryValue(); local
186 results->SetString("key", key);
187 results->SetString("value", value);
188 list->Append(results);
H A Dgcm_internals_ui.cc150 base::DictionaryValue results; local
152 results.Set("deviceInfo", device_info);
162 results.SetBoolean("isRecording", stats->is_recording);
180 results.Set("checkinInfo", checkin_info);
186 results.Set("connectionInfo", connection_info);
192 results.Set("registrationInfo", registration_info);
198 results.Set("receiveInfo", receive_info);
204 results.Set("sendInfo", send_info);
209 results);
H A Dhistory_ui.cc351 // Only pass in the strings we need (search results need a shortdate
352 // and snippet, browse results need day and time information).
493 // Set this to false until the results actually arrive.
507 // - the end time for the query. Only results older than this time will be
509 // - the maximum number of results to return (may be 0, meaning that there
677 std::vector<BrowsingHistoryHandler::HistoryEntry>* results) {
682 new_results.reserve(results->size());
691 results->begin(), results->end(), HistoryEntry::SortByTimeDescending);
694 results
676 MergeDuplicateResults( std::vector<BrowsingHistoryHandler::HistoryEntry>* results) argument
768 QueryComplete( const base::string16& search_text, const history::QueryOptions& options, history::QueryResults* results) argument
843 const base::ListValue* results = NULL; local
[all...]
H A Dhistory_ui_unittest.cc21 // For each item in |results|, create a new Value representing the visit, and
26 std::vector<BrowsingHistoryHandler::HistoryEntry>* results) {
33 results->push_back(entry);
61 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
62 AddQueryResults(test_data, arraysize(test_data), &results);
63 BrowsingHistoryHandler::MergeDuplicateResults(&results);
65 ASSERT_EQ(2U, results.size());
66 EXPECT_TRUE(ResultEquals(results[0], test_data[3]));
67 EXPECT_TRUE(ResultEquals(results[1], test_data[1]));
77 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
23 AddQueryResults( TestResult* test_results, int test_results_size, std::vector<BrowsingHistoryHandler::HistoryEntry>* results) argument
101 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
120 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
[all...]
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);
H A Dplugins_ui.cc488 base::DictionaryValue results; local
489 results.Set("plugins", plugin_groups_data);
490 web_ui()->CallJavascriptFunction("returnPluginsData", results);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc79 base::DictionaryValue results; local
80 GetAllCommands(&results);
82 "extensions.ExtensionCommandsOverlay.returnExtensionsData", results);
139 base::ListValue* results = new base::ListValue; local
196 results->Append(extension_dict.release());
200 commands->Set("commands", results);
H A Dextension_error_ui_util.cc46 void GetManifestFileCallback(base::DictionaryValue* results, argument
52 highlighter.SetHighlightedRegions(results);
53 response.Run(*results);
56 void GetSourceFileCallback(base::DictionaryValue* results, argument
61 highlighter.SetHighlightedRegions(results);
62 response.Run(*results);
100 scoped_ptr<base::DictionaryValue> results(new base::DictionaryValue);
101 results->SetString(kTitleKey,
105 results->SetString(ExtensionError::kMessageKey, error_message);
120 base::Owned(results
[all...]
H A Dextension_settings_handler.cc835 // The items which are to be written into results are also described in
839 base::DictionaryValue results; local
843 // Add the extensions to the results structure.
880 results.Set("extensions", extensions_list);
889 results.SetBoolean("profileIsSupervised", is_supervised);
890 results.SetBoolean("incognitoAvailable", incognito_available);
891 results.SetBoolean("developerMode", developer_mode);
902 results.SetBoolean("promoteAppsDevTools", promote_apps_dev_tools);
907 results.SetBoolean("loadUnpackedDisabled", load_unpacked_disabled);
910 "extensions.ExtensionSettings.returnExtensionsData", results);
[all...]
H A Dpack_extension_handler.cc95 base::ListValue results; local
96 results.Append(new base::StringValue(path.value()));
97 web_ui()->CallJavascriptFunction("window.handleFilePathSelected", results);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc30 const char* results[8]; member in struct:__anon5517::TestDescription
203 // Keep the results of the db query here.
284 base::ListValue* results = combiner_->GetPageValues(); local
285 size_t result_count = results->GetSize();
291 results->GetDictionary(j, &dictionary);
293 EXPECT_STREQ(description.results[j], value.c_str()) <<
296 EXPECT_EQ(description.results[j], static_cast<const char*>(NULL)) <<
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc668 base::ListValue* results = new base::ListValue; local
672 base::Unretained(results)),
675 base::Owned(results)));
/external/chromium_org/chrome/common/safe_browsing/
H A Dzip_analyzer.cc14 void AnalyzeZipFile(base::File zip_file, Results* results) { argument
39 results->has_archive = true;
42 results->has_executable = true;
49 results->success = true;
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc380 // install, success and failure results, and a fistful of initial "ap" values
389 const int results[] = { local
427 for (int result_idx = 0; result_idx < arraysize(results); ++result_idx) {
428 const int result = results[result_idx];
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck.cc229 WebVector<WebTextCheckingResult>* results) {
232 DCHECK(results);
251 results->assign(textcheck_results);
266 results->assign(textcheck_results);
370 WebVector<blink::WebTextCheckingResult> results; local
371 SpellCheckParagraph(param->text(), &results);
372 param->completion()->didFinishCheckingText(results);
227 SpellCheckParagraph( const base::string16& text, WebVector<WebTextCheckingResult>* results) argument
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_provider_test.cc24 const blink::WebVector<blink::WebTextCheckingResult>& results) {
78 std::vector<blink::WebTextCheckingResult> results;
79 results.push_back(blink::WebTextCheckingResult(
82 completion->didFinishCheckingText(results);
84 last_results_ = results;
23 didFinishCheckingText( const blink::WebVector<blink::WebTextCheckingResult>& results) argument
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/test/base/
H A Dui_test_utils.cc578 history::QueryResults* results) {
579 for (size_t i = 0; i < results->size(); ++i)
580 urls_.push_back((*results)[i].url());
576 HistoryQueryComplete( const base::Closure& quit_task, history::QueryResults* results) argument
/external/chromium_org/chrome/tools/build/
H A Drepack_locales.py277 results = DoMain(sys.argv[1:]) variable
278 if results:
279 print 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));

Completed in 478 milliseconds

1234567891011>>