/external/chromium/chrome/browser/translate/ |
translate_manager_browsertest.cc | 138 const NotificationDetails& details) { 140 removed_infobars_.insert(Details<InfoBarDelegate>(details).ptr()); 195 Property(&Details<std::string>::ptr, Pointee(path)))); 222 const NotificationDetails& details) { 225 *(Details<NavigationController::LoadCommittedDetails>(details).ptr()); [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.h | 238 const NotificationDetails& details); 316 // Model providing details as to the starred entries/folders that should be
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 137 const NotificationDetails& details);
|
first_run_bubble.cc | 57 const NotificationDetails& details) {
|
global_menu_bar.cc | 238 const NotificationDetails& details) {
|
location_bar_view_gtk.h | 139 const NotificationDetails& details);
|
tab_contents_container_gtk.cc | 175 const NotificationDetails& details) {
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_gtk.cc | 158 const NotificationDetails& details) {
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 154 const NotificationDetails& details);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 406 const NotificationDetails& details); 472 // Model providing details as to the starred entries/folders that should be
|
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.h | 93 const NotificationDetails& details) OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 260 const NotificationDetails& details) OVERRIDE;
|
/external/chromium/chrome/browser/ui/webui/ |
collected_cookies_ui_delegate.cc | 238 const NotificationDetails& details) {
|
foreign_session_handler.cc | 55 const NotificationDetails& details) {
|
/external/llvm/docs/ |
Makefile | 6 # License. See LICENSE.TXT for details. 99 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosASM.S | 13 ; Library General Public License for more details.
|
/external/stlport/ |
configure | 83 static C runtime use --with-static-rtl. See README.options for details.
|
/external/v8/src/ |
handles.cc | 734 PropertyDetails details(descs->GetDetails(i)); 735 sort_array->set(index, Smi::FromInt(details.index())); 737 if (details.type() != FIELD) { 746 sort_array2->set(index, Smi::FromInt(details.index())); [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 21 General Public License for more details. 783 details. */ 2034 IRCAS* details; member in struct:_IRStmt::__anon13637::__anon13645 2100 IRDirty* details; member in struct:_IRStmt::__anon13637::__anon13647 [all...] |
/external/valgrind/main/coregrind/ |
m_errormgr.c | 21 General Public License for more details. 355 VG_(details).name); 370 VG_(xaprintf)(text, " %s:%s\n", VG_(details).name, name); 409 " <skind>%pS:%pS</skind>\n", VG_(details).name, name); 794 is for when there are more details to fill in which take time to work 796 postponing those details until now, we avoid the extra work in the [all...] |
pub_core_tooliface.h | 21 General Public License for more details. 38 // interface: 'details', 'needs' and 'trackable events'. 61 'Details' 75 extern VgDetails VG_(details);
|
/external/valgrind/main/massif/ |
ms_print.in | 21 # General Public License for more details. 199 my $details = $3; 207 # Nb: $details might have '%' in it, so don't embed directly in the 211 $details);
|
/external/webkit/Source/WebCore/storage/ |
DatabaseTracker.cpp | 142 ProposedDatabase details; local 172 // Temporarily make the details of the proposed database available, so the client can get at them. 173 // FIXME: We should really just pass the details into this call, rather than using m_proposedDatabases. 174 details = ProposedDatabase(origin->threadsafeCopy(), DatabaseDetails(name.threadsafeCopy(), displayName.threadsafeCopy(), estimatedSize, 0)); 175 m_proposedDatabases.add(&details); 182 m_proposedDatabases.remove(&details); 440 LOG_ERROR("Error retrieving details for database %s in origin %s from tracker database", name.ascii().data(), originIdentifier.ascii().data()); 476 // This case should never occur - we should never be setting database details for a database that doesn't already exist in the tracker 479 LOG_ERROR("Could not retrieve guid for database %s in origin %s from the tracker database - it is invalid to set database details on a database that doesn't already exist in the tracker", 494 LOG_ERROR("Failed to update details for database %s in origin %s", name.ascii().data(), originIdentifier.ascii().data()) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | 785 TextEncodingDetails details = calculateLength(parts.get(i), false); local [all...] |
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogAdapter.java | 100 * A cache of the contact details for the phone numbers in the call log. 110 * A request for contact details for the given number. 153 * List of requests to update contact details. 182 /** Listener for the primary action in the list, opens the call details. */ 327 * Enqueues a request to look up the contact details for the given phone number. 565 // Request the contact details immediately since they are currently missing. 595 final PhoneCallDetails details; local 597 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode, 601 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode, 608 mCallLogViewsHelper.setPhoneCallDetails(views, details, isHighlighted) [all...] |