Searched refs:force (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
H A Dreload_button.h28 // |isLoading|. If |force|, always sets the indicated mode. If
29 // |!force|, and the mouse is over the button, defer the transition
33 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
/external/chromium_org/tools/deep_memory_profiler/
H A Ddownload.sh5 svn checkout --force \
/external/javassist/
H A Dregenerate_from_source.sh6 # bin are normally ignored by git, but we need to force them this case.
10 svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DThrottler.js46 var force = !!asSoonAsPossible && !this._asSoonAsPossible;
49 this._innerSchedule(force);
53 * @param {boolean} force
55 _innerSchedule: function(force)
59 if (this._processTimeout && !force)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebTouchPoint.h47 , force(0)
68 float force; member in class:blink::WebTouchPoint
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-buildid-list.c52 static int perf_session__list_build_ids(bool force, bool with_hits) argument
63 session = perf_session__new(input_name, O_RDONLY, force, false,
85 bool force = false; local
89 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
105 return perf_session__list_build_ids(force, with_hits);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLLoseContext.cpp44 void WebGLLoseContext::lose(bool force) argument
46 if (force)
/external/doclava/
H A Dmoe.sh23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
/external/e2fsprogs/misc/
H A Dutil.h24 extern void check_mount(const char *device, int force, const char *type);
/external/chromium_org/build/android/gyp/util/
H A Dmd5_check_test.py29 def CheckCallAndRecord(should_call, message, force=False):
38 force=force)
43 CheckCallAndRecord(True, force=True, message='should call when forced')
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouch.cpp47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force) argument
55 , m_force(force)
62 Touch::Touch(EventTarget* target, unsigned identifier, const FloatPoint& clientPos, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation) argument
70 , m_force(force)
H A DDOMTokenList.idl34 [RaisesException, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
H A DTouch.h47 const FloatSize& radius, float rotationAngle, float force)
50 new Touch(frame, target, identifier, screenPos, pagePos, radius, rotationAngle, force));
77 const FloatSize& radius, float rotationAngle, float force);
81 const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation);
45 create(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force) argument
/external/ltrace/
H A Dautogen.sh40 autoreconf --force --install --verbose -Wall || exit $?
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
H A DUniqueIdentificationGeneratorFactory.java49 * @param force if set to true, will override any existing generator for this type. Else
54 boolean force) {
56 if (GENERATOR_MAP.containsKey(generatorType) && !force) {
53 registerGenerator(String generatorType, UniqueIdentificationGenerator gen, boolean force) argument
/external/harfbuzz_ng/
H A Dautogen.sh36 echo "running autoreconf --force --install --verbose"
37 autoreconf --force --install --verbose || exit $?
/external/strace/
H A Dxlate.el66 (move-to-column 24 'force)
69 (move-to-column 40 'force)
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist.h71 // before any undesirable DLLs might be loaded. If |force| is set to true, then
74 bool Initialize(bool force);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dui.h37 void ui__refresh_dimensions(bool force);
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.h39 virtual kern_return_t GetRegisterState (int set, bool force);
163 kern_return_t GetGPRState (bool force);
164 kern_return_t GetFPRState (bool force);
165 kern_return_t GetEXCState (bool force);
166 kern_return_t GetVECState (bool force);
H A DDNBArchImpl.cpp76 DNBArchMachPPC::GetGPRState(bool force) argument
78 if (force || m_state.GetError(e_regSetGPR, Read))
87 DNBArchMachPPC::GetFPRState(bool force) argument
89 if (force || m_state.GetError(e_regSetFPR, Read))
98 DNBArchMachPPC::GetEXCState(bool force) argument
100 if (force || m_state.GetError(e_regSetEXC, Read))
109 DNBArchMachPPC::GetVECState(bool force) argument
111 if (force || m_state.GetError(e_regSetVEC, Read))
523 DNBArchMachPPC::GetRegisterState(int set, bool force) argument
528 return GetGPRState(force) |
[all...]
/external/chromium_org/v8/tools/gcmole/
H A Dbootstrap.sh71 if ! svn co --force \
76 svn co --force \
82 svn co --force \
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpserver.h87 // Unless force is true, the server will complete sending a response that is
89 void Close(int connection_id, bool force);
90 void CloseAll(bool force);
106 void InitiateClose(bool force);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.h70 // Unless force is true, the server will complete sending a response that is
72 void Close(int connection_id, bool force);
73 void CloseAll(bool force);
89 void InitiateClose(bool force);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformTouchPoint.h55 float force() const { return m_force; } function in class:WebCore::PlatformTouchPoint

Completed in 1030 milliseconds

1234567891011>>