HomeSort by relevance Sort by last modified time
    Searched refs:titles (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/chrome/browser/
memory_details_linux.cc 246 i->titles = child_info[child].titles;
memory_details_mac.cc 228 info.titles = child_info[child].titles;
  /packages/apps/Settings/src/com/android/settings/accessibility/
ListDialogPreference.java 36 * Abstract dialog preference that displays a set of values and optional titles.
88 * Sets the list of item titles. May be null if no titles are specified, or
89 * may be shorter than the list of values to leave some titles unspecified.
91 * @param titles the list of item titles
93 public void setTitles(CharSequence[] titles) {
94 mEntryTitles = titles;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
FastScrollingIndexCacheTest.java 86 String[] titles, int[] counts) {
87 Bundle bundle = FastScrollingIndexCache.buildExtraBundle(titles, counts);
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 466 std::vector<string16> titles = oom->GetTabTitles(); local
467 if (!titles.empty()) {
469 std::vector<string16>::iterator it = titles.begin();
470 for ( ; it != titles.end(); ++it) {
992 ListValue* titles = new ListValue(); local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 199 TypedUrlModelAssociator::TypedUrlTitleVector titles; local
287 titles.push_back(std::pair<GURL, string16>(new_url.url(),
305 if (!model_associator_->WriteToHistoryBackend(&titles, &new_urls,
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 169 // Given a list or |urls| and |titles|, create new bookmark nodes and add
175 // URLs and titles. http://crbug.com/44411
176 - (BOOL)addURLs:(NSArray*)urls withTitles:(NSArray*)titles at:(NSPoint)point;
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 223 std::vector<string16> titles; local
224 titles.reserve(stats.size());
238 titles.push_back(str);
240 return titles;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 166 // Given a list or |urls| and |titles|, create new bookmark nodes and add
171 - (BOOL)addURLs:(NSArray*)urls withTitles:(NSArray*)titles at:(NSPoint)point;
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 511 std::set<std::string> titles; local
530 titles.insert(title);
534 for (std::set<std::string>::iterator i = titles.begin();
535 i != titles.end(); ++i) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 386 List<String> titles = choices.getTitles(); local
391 assert icons.size() == titles.size();
395 String title = titles.get(i);
436 List<String> titles = choices.getTitles();
440 for (int i = 0; i < titles.size(); i++) {
441 String title = titles.get(i);
DynamicContextMenu.java 589 List<String> titles = mParentAction.getTitles(); local
592 assert titles.size() == ids.size();
596 for (int i = 0, n = Math.min(titles.size(), ids.size()); i < n; i++) {
624 String title = titles.get(i);
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 237 # Predefined urls and titles for reference links and images.
268 var $titles = array(); variable
282 $this->titles = $this->predef_titles; variable
294 $this->titles = array(); variable
348 # Strips link definitions from text, stores the URLs and titles in
379 $this->titles[$link_id] =& $matches[3];
756 if ( isset( $this->titles[$link_id] ) ) {
757 $title = $this->titles[$link_id];
860 if (isset($this->titles[$link_id])) {
861 $title = $this->titles[$link_id]
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 1120 ListValue* titles = new ListValue(); local
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 7 * @fileoverview Utilities for rendering most visited thumbnails and titles.
  /external/chromium_org/chrome/test/functional/
ntp.py 65 titles = [u'', u'Title Of Awesomeness']
68 urls, titles)
  /packages/experimental/procstatlog/
procstatreport.py 135 def WriteChartData(titles, datasets, filename):
137 writer.writerow(["Time"] + titles)
  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 706 CpuProfilesCollection::kMaxSimultaneousProfiles> titles; local
712 titles[i] = title.start();
717 i::DeleteArray(titles[i]);
  /external/v8/test/cctest/
test-profile-generator.cc 812 CpuProfilesCollection::kMaxSimultaneousProfiles> titles; local
817 titles[i] = title.start();
822 i::DeleteArray(titles[i]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 161 public void addChoices(@NonNull List<String> titles, @NonNull List<URL> iconUrls,
168 titles.add(getAttributeDisplayName(name));
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 2380 ListValue* titles = new ListValue(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css     [all...]
timelinePanel.css 461 #timeline-overview-sidebar .sidebar-tree-item .titles.no-subtitle {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js 169 // Tweak images, titles of internal tasks.

Completed in 838 milliseconds

12 3