Searched refs:inside (Results 201 - 208 of 208) sorted by last modified time

123456789

/external/chromium_org/android_webview/browser/
H A Dshared_renderer_state.h72 void SetInsideHardwareRelease(bool inside);
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc104 // TRUE if the mouse is inside the shelf.
107 // TRUE if a touch event is inside the shelf.
220 bool inside = owner_->GetBoundsInScreen().Contains(event->root_location());
221 if (mouse_inside_ || touch_inside_ != inside || touch_inside_)
222 owner_->SetHovered(inside || touch_inside_);
223 mouse_inside_ = inside;
/external/chromium_org/build/
H A Dinstall-chroot.sh501 # id into all processes that run inside the chroot. Unless they go out of their
511 # Run a command inside of the chroot environment
517 # Compute the inode of the root directory inside of the chroot environment.
552 # earlier failed to terminate all (daemon) processes inside of the session,
693 echo "If you plan on building Chrome inside of the new chroot environment,"
827 You can run programs inside of the chroot by invoking the
831 program inside of the chroot environment (e.g. "${target%bit} make chrome")
832 or without arguments, in order to run an interactive shell session inside
845 symbolic link that points somewhere inside of "${HOME}/chroot".
848 outside of the chroot to inside o
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.js733 var inside = rect &&
741 if (!inside)
/external/bison/
H A Dconfigure5185 inside strings and character constants. */
5588 inside strings and character constants. */
11527 assertion failure inside libc), but not on OpenBSD 4.0. */
38410 # On cygwin, bash can eat \r inside `` if the user requested igncr.
/external/bison/build-aux/
H A Dtexinfo.tex180 % The following is used inside several \edef's.
644 % percent of a page (\vfilllimit can be changed inside of @tex).
657 % Do @comment since we are called inside an environment such as
758 % This defn is used inside fill environments such as @defun.
761 % This defn is used inside nofill environments such as @example.
2075 % Set \globaldefs so that documents can use this inside @tex, since
2513 % (inside @code that is), therefore an endless loop.
2697 % `example' (@kbd uses ttsl only inside of @example and friends),
3241 % because the headline and footline are only empty inside the group.
3274 % inside
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas310 /// Helper for storing local variables inside a routine. The code that ANTLR
316 /// variable of the TLocalStorage type inside a routine, and you can use it
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 847 milliseconds

123456789