/external/webkit/Source/WebCore/storage/ |
IDBTransactionBackendImpl.h | 64 Finished, // Either aborted or committed.
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download_unittest.py | 148 Committed r49824: <http://trac.webkit.org/changeset/49824> 164 Committed r49824: <http://trac.webkit.org/changeset/49824> 173 Committed r49824: <http://trac.webkit.org/changeset/49824> 212 Committed r49824: <http://trac.webkit.org/changeset/49824>
|
roll_unittest.py | 41 Committed r49824: <http://trac.webkit.org/changeset/49824>
|
/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);
|
/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/Tools/Scripts/webkitpy/tool/steps/ |
commit.py | 41 return ('There are %s local commits%s. Everything will be committed as a single commit. ' 64 log("Committed r%s: <%s>" % (svn_revision, urls.view_revision_url(svn_revision)))
|
/external/chromium/chrome/browser/sync/protocol/ |
sync.proto | 195 // A GUID that identifies the the sync client who initially committed 198 // reunite the original with its official committed version in the case 205 // committed this entity. Typically a negative integer. 232 // a) Originator and cache id - If client committed the item as non "unique" 233 // b) Server tag - If server committed the item as unique 234 // c) Client tag - If client committed the item as unique 443 // Allows the server to move-aside an entry as it's being committed.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebdatasource.cpp | 218 * prior to the "committed" load state. See webkit_web_data_source_get_request 219 * for getting the "committed" request. 245 * the request that was "committed", and hence, different from the request you
|
webkitwebframe.cpp | 207 webkit_web_frame_signals[LOAD_COMMITTED] = g_signal_new("load-committed", 611 * Creates a provisional data source that will transition to a committed data 715 * Returns the committed data source. 717 * Return value: (transfer none): the committed #WebKitWebDataSource. 735 * transition to a committed data source once any data has been received. Use 736 * webkit_web_frame_get_data_source to get the committed data source. [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarTabs.java | 78 * to it, it will be committed at the end of the full tab switch operation.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
LoginModuleUtilsTest.java | 120 status.committed();
|
/external/chromium/chrome/browser/sync/engine/ |
get_commit_ids_command.h | 32 // Builds a vector of IDs that should be committed.
|
/external/chromium/chrome/browser/sync/sessions/ |
ordered_commit_set.h | 53 // actual committed entry.
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_id.h | 37 // 1. c<client only opaque id> for client items that have not been committed.
|
/external/oprofile/events/mips/loongson2/ |
events | 19 event:0x10 counters:1 um:zero minimum:5000 name:INSTRUCTION_COMMITTED : Instruction committed
|
/external/webkit/Source/JavaScriptCore/wtf/ |
OSAllocatorPosix.cpp | 48 // All POSIX reservations start out logically committed.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiAbstractTextAttributeNode.java | 98 * and the modified attributes must be committed (i.e. written) to the XML model.
|
UiTextValueNode.java | 80 * and the modified "attributes" must be committed (i.e. written) to the XML model.
|
/external/llvm/docs/ |
DeveloperPolicy.html | 151 they are committed to the repository.</li> 156 <li>Code can be reviewed either before it is committed or after. We expect 157 major changes to be reviewed before being committed, but smaller changes 165 is ready to be committed.</li> 187 are committed are reviewed after they go in: you don't want everyone to 216 patches that are committed are actually reviewed.</p> 263 committed to the main development branch are:</p> 369 reviewed after they are committed.</li> 376 review</a> (either before or after they are committed, depending on the 432 changes increases the odds that any of the work will be committed to th [all...] |
/external/chromium/chrome/browser/instant/ |
instant_loader.h | 55 // remembered until the preview is committed or destroyed. This is only used 64 // intended to be called when the preview TabContents is committed. This does
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller.h | 114 // but not yet committed to the bookmark structure), and an NSArray of 138 // this session and which have not been committed yet, |newFolder| should be
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.h | 144 @discussion Returns the committed data source. Will return nil if the 154 has successfully transitioned to the committed data source.
|
/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
aecm_core.h | 198 // TODO(bjornv): Will be removed after final version has been committed. 209 // TODO(bjornv): Will be removed after final version has been committed.
|
/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...] |