HomeSort by relevance Sort by last modified time
    Searched full:titles (Results 176 - 200 of 500) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.h 175 // whose titles match the string |title|.
181 // |profile| whose titles contain the query string |title|.
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 81 // encodings by which the URLs and page titles are broken down into words and
114 // is used to break URLs and page titles into words. This function
124 // titles are broken down into words and characters.
249 // which the URLs and page titles are broken down into words and characters.
267 // titles are broken down into words and characters.
312 // titles into words
  /external/proguard/src/proguard/gui/
GUIResources.properties 26 # Panel titles.
87 # Titles and labels corresponding to common ProGuard options.
301 # Titles and labels corresponding to ProGuard keep options.
340 # Further keep titles and labels.
456 # Titles and labels corresponding to optimization options.
525 # File selection titles.
  /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);
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 456 std::vector<base::string16> titles = oom->GetTabTitles(); local
457 if (!titles.empty()) {
459 std::vector<base::string16>::iterator it = titles.begin();
460 for ( ; it != titles.end(); ++it) {
890 base::ListValue* titles = new base::ListValue(); local
891 child->Set("titles", titles);
892 for (size_t i = 0; i < info->titles.size(); ++i)
893 titles->Append(new base::StringValue(info->titles[i]))
    [all...]
  /frameworks/base/docs/html/design/patterns/
navigation-drawer.jd 132 <h4>Titles, icons, and counters</h4>
133 <p> You can structure navigation targets by adding titles. The titles are not interactive,
135 targets, use titles to orient the user within the drawer.</p>
142 Use titles and icons to organize your drawer.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 715 String[] titles = null; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 188 * Set the alpha value used for non-primary page titles.
200 * Set the color value used as the base color for all displayed page titles.
201 * Alpha will be ignored for non-primary page titles. See {@link #setNonPrimaryAlpha(float)}.
  /external/chromium_org/ash/wm/overview/
window_selector_item.cc 152 // TODO(flackr): Maybe add the new title to a vector of titles so that we can
153 // filter any of the titles the window had while in the overview session.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 165 // Given a list or |urls| and |titles|, create new bookmark nodes and add
170 - (BOOL)addURLs:(NSArray*)urls withTitles:(NSArray*)titles at:(NSPoint)point;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor_unittest.mm 261 // TODO(shess): Check the titles, too?
285 // TODO(shess): Check the titles, too?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
libquadmath.info 483 titles are designated, as being those of Invariant Sections, in
670 unaltered in their text and in their titles. Section numbers
672 titles.
687 add their titles to the list of Invariant Sections in the Modified
688 Version's license notice. These titles must be distinct from any
689 other section titles.
728 unique number. Make the same adjustment to the section titles in
    [all...]
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles

Completed in 890 milliseconds

1 2 3 4 5 6 78 91011>>