HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 1 - 25 of 503) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
reload_button.h 28 // |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/third_party/WebKit/public/web/
WebTouchPoint.h 47 , force(0)
68 float force; member in class:blink::WebTouchPoint
  /external/chromium_org/tools/deep_memory_profiler/
download.sh 5 svn checkout --force \
  /external/javassist/
regenerate_from_source.sh 6 # 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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-buildid-list.c 52 static int perf_session__list_build_ids(bool force, bool with_hits)
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/
WebGLLoseContext.cpp 43 void WebGLLoseContext::lose(bool force)
45 if (force)
  /external/doclava/
moe.sh 23 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/
util.h 24 extern void check_mount(const char *device, int force, const char *type);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.cpp 47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force)
55 , m_force(force)
61 Touch::Touch(EventTarget* target, unsigned identifier, const FloatPoint& clientPos, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation)
69 , m_force(force)
Touch.h 48 const FloatSize& radius, float rotationAngle, float force)
51 new Touch(frame, target, identifier, screenPos, pagePos, radius, rotationAngle, force));
68 float force() const { return m_force; } function in class:blink::FINAL
81 const FloatSize& radius, float rotationAngle, float force);
85 const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation);
DOMTokenList.idl 34 [RaisesException, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
  /external/ltrace/
autogen.sh 40 autoreconf --force --install --verbose -Wall || exit $?
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
UniqueIdentificationGeneratorFactory.java 49 * @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) {
  /external/harfbuzz_ng/
autogen.sh 36 echo "running autoreconf --force --install --verbose"
37 autoreconf --force --install --verbose || exit $?
  /external/chromium_org/chrome_elf/blacklist/
blacklist.h 75 // before any undesirable DLLs might be loaded. If |force| is set to true, then
78 bool Initialize(bool force);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
ui.h 37 void ui__refresh_dimensions(bool force);
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.h 39 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);
DNBArchImpl.cpp 76 DNBArchMachPPC::GetGPRState(bool force)
78 if (force || m_state.GetError(e_regSetGPR, Read))
87 DNBArchMachPPC::GetFPRState(bool force)
89 if (force || m_state.GetError(e_regSetFPR, Read))
98 DNBArchMachPPC::GetEXCState(bool force)
100 if (force || m_state.GetError(e_regSetEXC, Read))
109 DNBArchMachPPC::GetVECState(bool force)
111 if (force || m_state.GetError(e_regSetVEC, Read))
523 DNBArchMachPPC::GetRegisterState(int set, bool force)
528 return GetGPRState(force) |
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Throttler.js 52 var force = !!asSoonAsPossible && !this._asSoonAsPossible;
55 this._innerSchedule(force);
59 * @param {boolean} force
61 _innerSchedule: function(force)
65 if (this._processTimeout && !force)
  /external/chromium_org/v8/tools/gcmole/
bootstrap.sh 74 if ! svn co --force \
79 svn co --force \
85 svn co --force \
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 29 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/webrtc/base/
httpserver.h 70 // 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);
  /development/ndk/platforms/android-9/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchPoint.h 52 float force() const { return m_force; } function in class:blink::PlatformTouchPoint
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.h 47 CreateInstance (lldb_private::Process *process, bool force);

Completed in 1225 milliseconds

1 2 3 4 5 6 7 8 91011>>