/external/webkit/Source/WebKit/win/Interfaces/ |
D | 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 load… 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.
|
D | IWebFrame.idl | 157 @discussion Returns the committed data source. Will return nil if the 168 has successfully transitioned to the committed data source.
|
/external/chromium/build/temp_gyp/ |
D | README.chromium | 1 This directory will be removed once the files in it are committed upstream and
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SourceFrame.js | 631 function didEditBreakpointCondition(committed, condition) argument 634 if (committed) 645 function didEditBreakpointCondition(committed, condition) argument 647 if (committed) 851 function finishEditing(committed, element, newText) argument 856 callback(committed, newText);
|
/external/chromium/chrome/browser/renderer_host/ |
D | gtk_im_context_wrapper.cc | 421 bool committed = false; in ProcessInputMethodResult() local 440 committed = true; in ProcessInputMethodResult() 466 } else if (!committed) { in ProcessInputMethodResult()
|
/external/chromium/chrome/browser/ |
D | memory_details_mac.cc | 165 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed); in CollectProcessData() 223 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed); in CollectProcessDataChrome()
|
D | browser_about_handler.cc | 1095 data->SetInteger("comm_priv", static_cast<int>(info->committed.priv)); in BindProcessMetrics() 1096 data->SetInteger("comm_map", static_cast<int>(info->committed.mapped)); in BindProcessMetrics() 1097 data->SetInteger("comm_image", static_cast<int>(info->committed.image)); in BindProcessMetrics() 1153 aggregate.committed.priv += iterator->committed.priv; in OnDetailsAvailable() 1154 aggregate.committed.mapped += iterator->committed.mapped; in OnDetailsAvailable() 1155 aggregate.committed.image += iterator->committed.image; in OnDetailsAvailable()
|
D | memory_details.h | 28 base::CommittedKBytes committed; member
|
D | memory_details_win.cc | 116 metrics->GetCommittedKBytes(&info.committed); in CollectProcessData()
|
/external/mesa3d/docs/ |
D | 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/loader/ |
D | DocumentLoader.h | 106 void setCommitted(bool committed) { m_committed = committed; } in setCommitted() argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | PageReservation.h | 99 size_t committed() in committed() function
|
/external/libxml2/ |
D | trio.c | 706 int committed; member 3272 *(size_t *)pointer = (size_t)data->committed; 3277 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed; 3282 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed; 3287 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed; 3291 *(long int *)pointer = (long int)data->committed; 3295 *(short int *)pointer = (short int)data->committed; 3299 *(int *)pointer = (int)data->committed; 3468 self->committed++; 3495 self->committed++; [all …]
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
D | LoginModuleUtilsTest.java | 120 status.committed(); in testLoginModuleStatus()
|
/external/chromium/chrome/browser/sync/protocol/ |
D | 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/oprofile/events/mips/loongson2/ |
D | events | 19 event:0x10 counters:1 um:zero minimum:5000 name:INSTRUCTION_COMMITTED : Instruction committed
|
/external/oprofile/events/ppc64/cell-be/ |
D | events | 31 …1,2,3 um:PPU_01_edges minimum:10000 name:Branch_Commit : Branch instruction committed. 32 …Branch_Flush : Branch instruction that caused a misprediction flush is committed. Branch mispredi… 38 …committed. For microcode sequences, only the last microcode operation is counted. Committed instru… 115 …s:0 um:SPU_02_cycles minimum:10000 name:dual_instrctn_commit : Dual instruction committed. 116 …0 um:SPU_02_cycles minimum:10000 name:sngl_instrctn_commit : Single instruction committed. 117 …SPU_02_cycles minimum:10000 name:ppln0_instrctn_commit : Pipeline 0 instruction committed. 118 …SPU_02_cycles minimum:10000 name:ppln1_instrctn_commit : Pipeline 1 instruction committed. 125 … um:SPU_02_cycles minimum:10000 name:brnch_instrctn_commit : Branch instruction committed.
|
/external/webkit/Source/WebCore/platform/text/ |
D | BidiResolver.h | 828 bool committed = commitExplicitEmbedding(); in createBidiRunsForLine() local 829 if (committed && pastEnd) { in createBidiRunsForLine()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | ExecutableAllocatorFixedVMPool.cpp | 455 return m_reservation.committed(); in allocated()
|
/external/webkit/Examples/ |
D | ChangeLog | 202 Revert some accidentally committed changes.
|
/external/kernel-headers/original/linux/ |
D | nfs_xdr.h | 269 enum nfs3_stable_how committed; member
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | confirm_quit_panel_controller.mm | 226 // logic will run and cause the quit to get committed. If the key
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | content_setting_bubble_cocoa.mm | 290 // The popup may not have committed a load yet, in which case it won't
|
/external/icu4c/data/ |
D | cldr-icu-readme.txt | 111 # c) After everything is committed, you will need to tag the CLDR, ICU4J, and
|
/external/webkit/PerformanceTests/SunSpider/ |
D | ChangeLog | 209 I accidentally committed my last patch in a form that broke Web-hosted SunSpider. Fixing. 479 Remove a local change that was accidentally committed in r36034.
|