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

1 2

  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 59 bool find_next = (find_text_ == search_string || search_string.empty()) && local
62 if (!find_next)
78 find_next);
  /external/chromium_org/chrome_frame/
find_dialog.cc 42 bool find_next = (find_text == last_find_text_); local
43 if (!find_next)
52 find_next);
chrome_frame_automation.h 330 bool find_next);
chrome_frame_automation.cc 770 bool find_next) {
780 params.find_next = find_next;
    [all...]
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.cc 70 bool find_next = (find_text_ == search_string || search_string.empty()) && local
73 if (!find_next)
91 options.findNext = find_next;
  /external/linux-tools-perf/
builtin-annotate.c 127 goto find_next;
131 find_next:
  /external/chromium_org/chrome/test/automation/
tab_proxy.cc 57 bool find_next,
64 params.find_next = find_next;
tab_proxy.h 152 // (true=case sensitive). |find_next| specifies whether this is a new search
157 FindInPageCase match_case, bool find_next, int* ordinal);
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 237 Color = UsedColors.find_next(Color);
247 NextColor = AllColors.find_next(NextColor);
334 NextColor = AllColors.find_next(NextColor);
SpillPlacement.cpp 293 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) {
371 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n))
StackColoring.cpp 434 pos = MBBLiveness.LiveIn.find_next(pos)) {
438 pos = MBBLiveness.LiveOut.find_next(pos)) {
RegisterScavenging.cpp 66 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
  /external/chromium_org/chrome/common/
automation_messages.h 41 IPC_STRUCT_MEMBER(bool, find_next)
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 539 params.find_next,
549 bool find_next,
567 options.findNext = find_next;
automation_provider.h 211 bool find_next,
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 227 /// find_next - Returns the index of the next set bit following the
229 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
242 return getPointer()->find_next(Prev);
SparseBitVector.h 148 /// find_next - Returns the index of the next set bit starting from the
150 int find_next(unsigned Curr) const {
374 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 77 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
107 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
  /external/chromium/chrome/browser/automation/
automation_provider.h 206 bool find_next,
automation_provider.cc 474 params.find_next,
484 bool find_next,
505 find_next);
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.h 121 void FindInPage(Browser* browser, bool find_next, bool forward_direction);
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 242 case com.android.internal.R.id.find_next:
  /external/chromium/chrome/common/
automation_messages.h 39 bool find_next; member in struct:AutomationMsg_Find_Params
automation_messages.cc 181 WriteParam(m, p.find_next);
193 ReadParam(m, iter, &p->find_next);

Completed in 677 milliseconds

1 2