HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 476 - 500 of 839) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 87 const NotificationDetails& details);
167 const NotificationDetails& details);
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 225 const NotificationDetails& details) {
232 const bool editable = *Details<const bool>(details).ptr();
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 47 const NotificationDetails& details);
111 const NotificationDetails& details) {
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_handler.cc 155 const NotificationDetails& details) {
157 std::string* pref_name = Details<std::string>(details).ptr();
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.ml 6 * License. See LICENSE.TXT for details.
llvm_ipo.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 6 ;; License. See LICENSE.TXT for details.
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 15 # Library General Public License for more details.
40 Library General Public License for more details.
  /external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm 12 ; Library General Public License for more details.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 28 AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console for details.
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
ShaderEditor.java 173 String[] details = line.split(":|\\(|\\)"); local
174 final int ln = Integer.parseInt(details[1]);
344 String[] details = list.getSelection()[0].split("\\s+"); local
345 final int contextId = Integer.parseInt(details[0], 16);
346 int name = Integer.parseInt(details[2]);
  /external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc 73 const NotificationDetails& details) {
77 Details<DomOperationNotificationDetails> dom_op_details(details);
149 const NotificationDetails& details) {
151 infobar_ = Details<InfoBarDelegate>(details).ptr();
155 Details<DomOperationNotificationDetails> dom_op_details(details);
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 295 for (unsigned j = 0; j < result->details.size(); j++) {
296 const GrammarDetail* detail = &result->details[j];
306 outGrammarDetail = result->details[grammarDetailIndex];
384 // Remember this detail only if it's earlier than our current candidate (the details aren't in a guaranteed order)
548 for (unsigned j = 0; j < result->details.size(); j++) {
549 const GrammarDetail* detail = &result->details[j];
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
ShaderEditor.java 173 String[] details = line.split(":|\\(|\\)"); local
174 final int ln = Integer.parseInt(details[1]);
341 String[] details = list.getSelection()[0].split("\\s+"); local
342 final int contextId = Integer.parseInt(details[0], 16);
343 int name = Integer.parseInt(details[2]);
  /external/v8/src/
jsregexp.h 545 // Details of a quick mask-compare check that can look ahead in the
627 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
784 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
789 details, compiler, filled_in, not_at_start);
850 virtual void GetQuickCheckDetails(QuickCheckDetails* details,
    [all...]
jsregexp.cc     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 449 .absent h4.jd-details-title,
450 .absent h4.jd-details-title * {
462 .sum-details-links {
467 .sum-details-links a {
471 .sum-details-links a:hover {
584 .jd-details {
593 .jd-details-descr {
639 the details section for constants,
641 h4.jd-details-title {
653 in details sections *
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 449 .absent h4.jd-details-title,
450 .absent h4.jd-details-title * {
462 .sum-details-links {
467 .sum-details-links a {
471 .sum-details-links a:hover {
584 .jd-details {
593 .jd-details-descr {
639 the details section for constants,
641 h4.jd-details-title {
653 in details sections *
    [all...]
  /external/oprofile/libpp/
format_output.cpp 569 // buffer details for output later
597 string details; member in class:format_output::symbol_details_t
642 out << symbol_details[i].details;
872 ostringstream details; local
881 details << detail_str;
885 sd.details = sd.details + details.str();
  /external/valgrind/main/coregrind/
m_redir.c 23 General Public License for more details.
606 "%scannot be set up. Details of the redirection are:\n", v);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 68 * Displays the details of a specific call log entry.
346 * Update user interface with details of given call.
357 PhoneCallDetails[] details = new PhoneCallDetails[numCalls]; local
360 details[index] = getPhoneCallDetailsForUri(callUris[index]);
362 return details;
365 Log.w(TAG, "invalid URI starting call details", e);
371 public void onPostExecute(PhoneCallDetails[] details) {
372 if (details == null) {
382 PhoneCallDetails firstDetails = details[0];
387 // Set the details header, based on the first phone call
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 262 // A details string for keeping track of any errors.
561 const NotificationDetails& details) {
566 Details<TokenService::TokenAvailableDetails>(details).ptr();
570 Details<TokenService::TokenRequestFailedDetails>(details).ptr();
  /external/chromium/chrome/browser/history/
history_backend.cc 715 URLVisitedDetails* details = new URLVisitedDetails; local
716 details->transition = transition;
717 details->row = url_info;
720 // GetMostRecentRedirectsTo(url, &details->redirects);
721 BroadcastNotifications(NotificationType::HISTORY_URL_VISITED, details);
1060 KeywordSearchTermDetails* details = new KeywordSearchTermDetails; local
2143 URLsDeletedDetails* details = new URLsDeletedDetails; local
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 364 const NotificationDetails& details) {
366 const std::string& name = *Details<std::string>(details).ptr();
384 Details<UnloadedExtensionInfo>(details)->extension;

Completed in 7392 milliseconds

<<11121314151617181920>>