/external/chromium/build/temp_gyp/ |
README.chromium | 1 This directory will be removed once the files in it are committed upstream and
|
/external/webkit/Source/WebKit2/Shared/ |
WebMemorySampler.h | 29 * memory (committed memory minus free list byte count) or committed memory for 35 * - FastMalloc allocations bytes (in use or committed) 37 * - Garbage collector heap bytes (in use or committed) 38 * - Stack bytes (committed only!) 39 * - JIT Code bytes (committed only!) 42 * * Default zone (in use or committed) 43 * * DispCon zone (in use or committed) 44 * * Purgable zone (in use or committed)
|
/external/chromium/chrome/browser/instant/ |
instant_commit_type.h | 9 // Enum describing the ways instant can be committed.
|
instant_loader_delegate.h | 35 // Returns true if instant should be committed on mouse up. 38 // Invoked when the the loader should be committed.
|
instant_controller.h | 43 // invoked on the delegate. Similarly the preview may be committed at any time 89 // remembered until the preview is committed or destroyed. This is only used 111 // committed. 125 // intended to be called when the preview TabContents is committed. This does
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SQLiteTransaction.java | 30 * @return {@code true} if the transaction should be committed. 35 * Runs the transaction against the database. The results are committed if
|
/external/chromium/app/sql/ |
transaction.h | 18 // transaction. If you have begun a transaction and not committed it, the 48 // True when the transaction is open, false when it's already been committed
|
transaction_unittest.cc | 71 // Nothing should have been committed since it was implicitly rolled back. 83 // Nothing should have been committed since it was explicitly rolled back. 97 // The first inner one gets 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
|
OSAllocator.h | 53 // Clients should only call commit on uncommitted regions and decommit on committed regions. 57 // These methods are symmetric; reserveAndCommit allocates VM in an committed state, 59 // the memory must all currently be in a committed state.
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrameLoadDelegate.h | 41 Once at least one byte is received, the data source is considered "committed". This is done 71 The frame will continue to display the contents of the committed data source if there is one. 77 @abstract Notifies the delegate that the load has changed from provisional to committed 79 @param frame The frame for which the load has committed 81 committed data source. 83 In some cases, a single load may be committed more than once. This happens 111 @abstract Notifies the delegate that the committed load of a frame has completed 114 @discussion This method is called after the committed data source of a frame has successfully loaded 122 @abstract Notifies the delegate that the committed load of a frame has failed 126 @discussion This method is called after a data source has committed but failed to completely load [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFrameLoadDelegate.idl | 44 Once at least one byte is received, the data source is considered "committed". This is done 84 The frame will continue to display the contents of the committed data source if there is one. 91 @abstract Notifies the delegate that the load has changed from provisional to committed 93 @param frame The frame for which the load has committed 95 committed data source. 97 In some cases, a single load may be committed more than once. This happens 128 @abstract Notifies the delegate that the committed load of a frame has completed 131 @discussion This method is called after the committed data source of a frame has successfully loaded 140 @abstract Notifies the delegate that the committed load of a frame has failed 144 @discussion This method is called after a data source has committed but failed to completely load [all...] |
/development/pdk/docs/about/ |
index.jd | 11 users. A number of companies have committed many engineers to achieve this
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestNavigationController.h | 136 // Returns the last committed entry, which may be null if there are no 137 // committed entries. 145 // progress or the last committed entry otherwise. NOTE: This can be 0!! 164 // Returns the index of the last committed entry. 167 // Used to inform us of a navigation being committed for a tab. Any entry
|
/docs/source.android.com/src/about/ |
index.md | 26 users. A number of companies have committed many engineers to achieve this
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_folder_editor_controller.h | 17 // folder. If the user presses ok, the name change is committed to the model.
|
/external/chromium/chrome/browser/history/ |
archived_database.h | 37 // commit when the outermost one is committed (sqlite doesn't support true
|
/external/chromium/chrome/browser/sync/engine/ |
cleanup_disabled_types_command.h | 26 // deletions will be committed in a single sqlite transaction. Thus it is
|
process_commit_response_command.cc | 305 // that the server knows to re-create the item if it gets committed 322 // on top of the successfully committed version. 361 // We just committed an entry successfully, and now we want to make our view 400 // This shouldn't happen; an unapplied update shouldn't be committed, and 436 // We just committed successfully, so we assume that the position 469 // If the item doesn't need to be committed again (an item might need to be 470 // committed again if it changed locally during the commit), we can remove
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
comments.py | 37 return "Committed r%s: <%s>" % (svn_revision, urls.view_revision_url(svn_revision))
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
closebugforlanddiff_unittest.py | 39 expected_stderr = "Committed r49824: <http://trac.webkit.org/changeset/49824>\nNo bug id provided.\n"
|
/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/chromium/chrome/browser/ |
crash_recovery_browsertest.cc | 57 // was not committed. This prevents regression of that bug.
|
memory_details.cc | 218 // haven't responded with any data such that it would be committed. If 219 // you have another about:memory tab open (which would be committed), 220 // we don't want to count it either, so we also check the last committed 223 // Either the pending or last committed entries can be NULL.
|
/external/webkit/Source/WebCore/loader/ |
FrameLoaderStateMachine.h | 43 // Once a load has been committed, the state may
|