Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 84) sorted by relevance

1234

/external/webkit/Source/WebKit/win/Interfaces/
DIWebFrameLoadDelegate.idl44 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.
DIWebFrame.idl157 @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/
DREADME.chromium1 This directory will be removed once the files in it are committed upstream and
/external/webkit/Source/WebCore/inspector/front-end/
DSourceFrame.js631 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/
Dgtk_im_context_wrapper.cc421 bool committed = false; in ProcessInputMethodResult() local
440 committed = true; in ProcessInputMethodResult()
466 } else if (!committed) { in ProcessInputMethodResult()
/external/chromium/chrome/browser/
Dmemory_details_mac.cc165 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed); in CollectProcessData()
223 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed); in CollectProcessDataChrome()
Dbrowser_about_handler.cc1095 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()
Dmemory_details.h28 base::CommittedKBytes committed; member
Dmemory_details_win.cc116 metrics->GetCommittedKBytes(&info.committed); in CollectProcessData()
/external/mesa3d/docs/
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/loader/
DDocumentLoader.h106 void setCommitted(bool committed) { m_committed = committed; } in setCommitted() argument
/external/webkit/Source/JavaScriptCore/wtf/
DPageReservation.h99 size_t committed() in committed() function
/external/libxml2/
Dtrio.c706 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/
DLoginModuleUtilsTest.java120 status.committed(); in testLoginModuleStatus()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto195 // 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/
Devents19 event:0x10 counters:1 um:zero minimum:5000 name:INSTRUCTION_COMMITTED : Instruction committed
/external/oprofile/events/ppc64/cell-be/
Devents31 …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…
38committed. 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/
DBidiResolver.h828 bool committed = commitExplicitEmbedding(); in createBidiRunsForLine() local
829 if (committed && pastEnd) { in createBidiRunsForLine()
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp455 return m_reservation.committed(); in allocated()
/external/webkit/Examples/
DChangeLog202 Revert some accidentally committed changes.
/external/kernel-headers/original/linux/
Dnfs_xdr.h269 enum nfs3_stable_how committed; member
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm226 // logic will run and cause the quit to get committed. If the key
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm290 // The popup may not have committed a load yet, in which case it won't
/external/icu4c/data/
Dcldr-icu-readme.txt111 # c) After everything is committed, you will need to tag the CLDR, ICU4J, and
/external/webkit/PerformanceTests/SunSpider/
DChangeLog209 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.

1234