HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 251 - 275 of 479) sorted by null

<<11121314151617181920

  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 318 @param flag Turns use of the back forward list on or off
331 @abstract Go forward to the next URL in the backforward list.
332 @result YES if able to go forward in the backforward list, NO otherwise.
338 @abstract Go back or forward to an item in the backforward list.
504 @param forward YES to search forward, NO to seach backwards.
508 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 623 @param forward Whether focus is moving forward or backward.
625 HRESULT canTakeFocus([in] IWebView* sender, [in] BOOL forward, [out] BOOL* result);
631 @param forward Whether focus is moving forward or backward.
633 HRESULT takeFocus([in] IWebView* sender, [in] BOOL forward);
    [all...]
IWebViewPrivate.idl 117 HRESULT setInitialFocus([in] BOOL forward);
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 197 public void findNext(boolean forward);
  /external/grub/netboot/
tlan.c     [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc     [all...]
  /external/icu4c/common/
uniset.cpp 641 // might separate forward and backward loops later
644 // TODO Improve efficiency of this, at least in the forward
645 // direction, if not in both. In the forward direction we
649 UBool forward = offset < limit; local
652 // forward direction or the rightmost char to match in
668 UChar c = trial.charAt(forward ? 0 : trial.length() - 1);
671 // forward direction.
672 if (forward && c > firstChar) break;
678 int32_t maxLen = forward ? limit-offset : offset-limit;
690 // In the forward direction we know string
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 772 CMPB,= %r21,%ret0,$00000012 ;if (i == 64) (forward)
776 CMPB,*<<,N %r29,%r4,bn_div_err_case ; if (h > 1<<i) (forward)
802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
840 CMPB,*<>,N %r0,%r26,$00000046 ; (forward)
854 CMPB,*<<=,N %r31,%r4,$00000036 ;if (n < th) (forward)
858 ADDIB,=,N -1,%r9,$D1 ;if (--count == 0) break (forward)
    [all...]
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 576 vec3_t forward, right, up; local
588 AngleVectors (a, forward, right, up);
640 org2[0] = DotProduct (org, forward);
869 vec3_t forward, right, up; local
873 AngleVectors (ent->u.v.v_angle, forward, right, up);
874 d = DotProduct (trace->plane.normal, forward);
997 // try moving up and forward to go up a step
1009 // move forward
    [all...]
snd_dma.cpp 728 void S_Update(vec3_t origin, vec3_t forward, vec3_t right, vec3_t up)
739 VectorCopy(forward, listener_forward);
  /gdk/samples/quake/jni/
sv_phys.cpp 576 vec3_t forward, right, up; local
588 AngleVectors (a, forward, right, up);
640 org2[0] = DotProduct (org, forward);
869 vec3_t forward, right, up; local
873 AngleVectors (ent->u.v.v_angle, forward, right, up);
874 d = DotProduct (trace->plane.normal, forward);
997 // try moving up and forward to go up a step
1009 // move forward
    [all...]
snd_dma.cpp 728 void S_Update(vec3_t origin, vec3_t forward, vec3_t right, vec3_t up)
739 VectorCopy(forward, listener_forward);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable.h 421 { return _M_insert(std::forward<_Pair>(__v),
430 { return _Insert_Conv_Type()(insert(std::forward<_Pair>(__v))); }
485 _M_node_allocator.construct(__n, std::forward<_Args>(__args)...);
928 _Node* __new_node = _M_allocate_node(std::forward<_Arg>(__v));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable.h 421 { return _M_insert(std::forward<_Pair>(__v),
430 { return _Insert_Conv_Type()(insert(std::forward<_Pair>(__v))); }
485 _M_node_allocator.construct(__n, std::forward<_Args>(__args)...);
928 _Node* __new_node = _M_allocate_node(std::forward<_Arg>(__v));
    [all...]
  /external/quake/quake/src/QW/client/
snd_dma.c 724 void S_Update(vec3_t origin, vec3_t forward, vec3_t right, vec3_t up)
735 VectorCopy(forward, listener_forward);
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 186 static NSView* AdvanceFocus( HIWebView* view, bool forward );
895 AdvanceFocus( HIWebView* view, bool forward )
    [all...]
  /external/chromium/chrome/common/
automation_messages.h 32 // Whether to search forward or backward within the page.
33 bool forward; member in struct:AutomationMsg_Find_Params
  /external/icu4c/common/unicode/
utext.h 52 * Here is sample code for a forward iteration over the contents of a UText
515 * begin a forward iteration. The results are identical to the those
598 * forward or backward, but no further backward than to 0 and
599 * no further forward than to utext_nativeLength().
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 511 UnicodeString forward; local
513 forward += ch;
522 if (forward != reverse) {
523 errln("Forward/reverse mismatch for input " + hex(input)
524 + ", forward: " + hex(forward) + ", backward: " + hex(reverse));
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBoneRagdoll.java 292 boolean forward = true; field in class:TestBoneRagdoll
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 121 void RegScavenger::forward() { function in class:RegScavenger
122 // Move ptr forward.
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 10 cld # we want these to happen forward
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 236 gboolean forward,
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 223 into those that can be visited by navigating \e back and \e forward using the
224 back() and forward() functions. The current item can be obtained by calling
322 Returns the list of items in the forward history list.
352 Returns true if we have an item to go forward to; otherwise returns false.
365 \sa forward(), goToItem()
377 corresponding page; i.e., goes forward one history item.
381 void QWebHistory::forward() function in class:QWebHistory
392 \sa back(), forward()
qwebpage.h 111 Forward,
298 void setForwardUnsupportedContent(bool forward);

Completed in 1814 milliseconds

<<11121314151617181920