Searched refs:committed (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/
H A Dmemory_details.h27 // The committed bytes.
28 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
H A Dmemory_details_mac.cc165 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
223 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
H A Dbrowser_about_handler.cc1095 data->SetInteger("comm_priv", static_cast<int>(info->committed.priv));
1096 data->SetInteger("comm_map", static_cast<int>(info->committed.mapped));
1097 data->SetInteger("comm_image", static_cast<int>(info->committed.image));
1153 aggregate.committed.priv += iterator->committed.priv;
1154 aggregate.committed.mapped += iterator->committed.mapped;
1155 aggregate.committed.image += iterator->committed.image;
H A Dmemory_details_win.cc116 metrics->GetCommittedKBytes(&info.committed);
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageReservation.h43 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/
H A Dgtk_im_context_wrapper.cc341 // 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/
H A DDocumentLoader.h106 void setCommitted(bool committed) { m_committed = committed; } argument
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
H A DLoginModuleUtilsTest.java120 status.committed();
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec113 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/
H A DSourceFrame.js631 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);
/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocatorFixedVMPool.cpp455 return m_reservation.committed();
/external/webkit/Source/WebCore/platform/text/
H A DBidiResolver.h828 bool committed = commitExplicitEmbedding(); local
829 if (committed && pastEnd) {
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h269 enum nfs3_stable_how committed; member in struct:nfs_writeverf
/external/oprofile/events/i386/nehalem/
H A Dunit_masks302 0x40 hit_lfb Counts number of retired loads that miss the L1D and the address is located in an allocated line fill buffer and will soon be committed to cache

Completed in 884 milliseconds