/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);
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.h | 39 #include <wtf/Forward.h> 65 void setInitialFocus(bool forward);
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 84 self.fig.set_size_inches(16, 12, forward=True)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_multiset.h | 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
stl_set.h | 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
throw_allocator.h | 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
stl_set.h | 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
stl_set.h | 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
stl_set.h | 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_multiset.h | 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
stl_set.h | 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
throw_allocator.h | 242 construct(__p, std::forward<_Args>(__args)...);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider.cc | 472 params.forward, 482 bool forward, 503 forward, [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 595 bool forward = true; local 604 forward = false; 611 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource(); [all...] |
/external/quake/quake/src/QW/server/ |
pr_cmds.c | 368 float forward; local 387 forward = sqrt (value1[0]*value1[0] + value1[1]*value1[1]); 388 pitch = (int) (atan2(value1[2], forward) * 180 / M_PI);
|
/external/webkit/Source/WebCore/editing/ |
Editor.cpp | 2673 bool forward = !(options & Backwards); local 2972 bool forward = !(options & Backwards); local [all...] |