/external/chromium_org/chrome/browser/sync_file_system/ |
file_change.h | 64 const FileChange& back() const { return list_.back(); } function in class:sync_file_system::FileChangeList
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
back_forward_menu_controller.h | 22 // A class that manages the back/forward menu (and delayed-menu button, and 33 // Type (back or forwards); can only be set on initialization.
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gconf_titlebar_listener.h | 21 // Everywhere else, SetTiltebarButtons() just calls back into BrowserTitlebar 38 // Parses the return data structure from GConf, falling back to the default
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
back_button.h | 18 // A subclass of ToolbarButton to allow the back button's hittest region to 35 // Any leading margin to be applied. Used when the back button is in
|
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client_browsertest.cc | 18 // bounced back to the browser to be rebucketed into a non-Instant renderer if 28 // to potentially Instant URLs get bounced back to the browser to be rebucketed
|
playback_extension.h | 22 // because the playback mode wants flexibility in how it plays them back 23 // and cannot always guarantee that requests for randomness are played back
|
/external/chromium_org/chrome_frame/test/data/ |
postmessage_basic_host.html | 37 onFailure('PostMessage', 1, 'Did not receive reply back from frame'); 57 <p>Test for PostMessage from the host browser to ChromeFrame and back</p>
|
/external/chromium_org/content/public/browser/ |
tracing_controller.h | 41 // GetCategoriesDoneCallback is called back with a set of category 54 // EnableRecordingDoneCallback will be called back. 75 // and send trace data back to the browser process. That is because it may be 81 // TracingFileResultCallback will be called back with a file that contains 100 // EnableMonitoringDoneCallback will be called back. 115 // DisableMonitoringDoneCallback is called back. 128 // and send trace data back to the browser process. That is because it may be 134 // request, TracingFileResultCallback will be called back with a file that
|
/external/chromium_org/content/public/common/ |
bindings_policy.h | 14 // data back to the browser process. 17 // data back to automation in the parent process. (By default this isn't
|
/external/chromium_org/native_client_sdk/src/getting_started/part2/ |
hello_tutorial.cc | 13 // The string sent back to the browser upon receipt of a message 33 // If it matches, send our response back to JavaScript.
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fifo_packet.cc | 53 return packets_.back(); 60 Packet* out = packets_.back();
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animated-gif-bfcache-crash.html | 35 <a href="rdar://problem/6978362">rdar://problem/6978362</a> Repro crash animating GIF if previously used in a closed window's back/forward list <br> 43 <li>about:blank will be loaded in that window, putting the animated gif in the back/forward cache.</li>
|
reset-initiatedDrag.html | 11 2. Choose History > Back to go back to this page.<br>
|
scrollbar-hittest.html | 14 Scroll thumb will move back up to the top. 18 Scroll thumb will NOT move back up to the top.
|
viewport-width-test-after-history-navigation.html | 23 // Initiate timer to do final verification as we have navigated back to the cached version of this page. 36 <body onload="document.body.offsetTop; history.back();"></body>
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_release_buffers.spec | 38 when the back color buffer, depth buffer, stencil buffer, and/or accumu- 63 causes all software ancillary buffers (back buffer, depth, stencil,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_st.c | 229 unsigned front = ST_ATTACHMENT_FRONT_LEFT, back = ST_ATTACHMENT_BACK_LEFT; local 235 stwfb->textures[front] = stwfb->textures[back]; 236 stwfb->textures[back] = ptex; 240 back = 1 << back; 243 mask = stwfb->texture_mask & ~(front | back); 245 mask |= back; 246 if (stwfb->texture_mask & back)
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_depth.c | 122 const GLuint back = ctx->Stencil._BackFace; local 124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]); 125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]); 126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); 127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); 128 dsa->stencil[1].valuemask = ctx->Stencil.ValueMask[back] & 0xff; 129 dsa->stencil[1].writemask = ctx->Stencil.WriteMask[back] & 0xff; 130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAllocator.h | 53 SkASSERT(NULL == fBlocks.back()); 55 fBlocks.back() = initialBlock; 111 void* back() { function in class:GrAllocator 119 const void* back() const { function in class:GrAllocator 213 T& back() { function in class:GrTAllocator 214 return *(T*)fAllocator.back(); 220 const T& back() const { function in class:GrTAllocator 221 return *(const T*)fAllocator.back();
|
/external/chromium_org/ui/gfx/image/ |
image_skia_util_ios.mm | 19 float max_scale = ImageSkia::GetSupportedScales().back(); 42 image_skia.GetRepresentation(ImageSkia::GetSupportedScales().back()));
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_list_test.cc | 80 CHECK_EQ(l.back(), x); 88 CHECK_EQ(l.back(), x); 99 CHECK_EQ(l.back(), x); 105 CHECK_EQ(l.back(), x); 116 CHECK_EQ(l.back(), z); 122 CHECK_EQ(l.back(), z); 164 CHECK_EQ(l.back(), &i); 168 CHECK_EQ(l.back(), &i);
|
/external/icu4c/test/intltest/ |
tufmtts.h | 36 * This tests that requests for short unit names correctly fall back 46 * time unit format will be ingored and subsequently, fall back will kick in
|
/external/iptables/extensions/ |
libip6t_REJECT.man | 1 This is used to send back an error packet in response to the matched 28 TCP RST packet to be sent back. This is mainly useful for blocking
|
libipt_REJECT.man | 1 This is used to send back an error packet in response to the matched 27 TCP RST packet to be sent back. This is mainly useful for blocking
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
subtract_sse2.asm | 107 punpcklbw xmm0, xmm1 ; put sign back to subtraction 108 punpckhbw xmm2, xmm1 ; put sign back to subtraction 127 punpcklbw xmm3, xmm5 ; put sign back to subtraction 128 punpckhbw xmm1, xmm5 ; put sign back to subtraction 190 punpcklbw xmm0, xmm1 ; put sign back to subtraction 191 punpckhbw xmm2, xmm3 ; put sign back to subtraction 224 punpcklbw xmm0, xmm1 ; put sign back to subtraction 225 punpckhbw xmm2, xmm3 ; put sign back to subtraction
|