HomeSort by relevance Sort by last modified time
    Searched refs:committed (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/
memory_details.h 27 // The committed bytes.
28 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
memory_details_mac.cc 165 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
223 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
browser_about_handler.cc     [all...]
memory_details_win.cc 116 metrics->GetCommittedKBytes(&info.committed);
  /external/webkit/Source/JavaScriptCore/wtf/
PageReservation.h 43 Before using memory it must be committed by calling commit, which is passed start
45 committed memory is no longer needed 'decommit' may be called to return the
48 are currently committed. All memory should be decommited before the reservation
50 the region of memory is decommitted and then committed again.
53 is changed on memory while it is committed it should be returned to the orignal
99 size_t committed() function in class:WTF::PageReservation
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc 341 // To prevent any text from being committed when resetting the |context_|;
364 // committed, then the character will be send to webkit as a Char event
367 // can always be committed as confirmed composition text.
421 bool committed = false;
440 committed = true;
452 // If a text has been committed, then we don't need to send the empty
466 } else if (!committed) {
501 // In this case, the text must be committed directly.
  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 106 void setCommitted(bool committed) { m_committed = committed; }
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java 120 status.committed();
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 113 between two buffer-swap operations being committed. In unextended GLX the
122 the swap is committed before target_msc, and is greater than or equal to
155 number of swaps that have been committed. This value may not match the
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js 631 function didEditBreakpointCondition(committed, condition)
634 if (committed)
645 function didEditBreakpointCondition(committed, condition)
647 if (committed)
851 function finishEditing(committed, element, newText)
856 callback(committed, newText);
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 455 return m_reservation.committed();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 828 bool committed = commitExplicitEmbedding(); local
829 if (committed && pastEnd) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 335 /** Number of committed clauses on consecutive clause conversion */
356 /** Previous committed text */
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 269 enum nfs3_stable_how committed; member in struct:nfs_writeverf

Completed in 904 milliseconds

1 2