Searched defs:Replace (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_gtk.cc26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) { function in class:NativeViewPhotoboothGtk
H A Dnative_view_photobooth_win.cc61 Replace(NULL);
65 void NativeViewPhotoboothWin::Replace(HWND new_hwnd) { function in class:NativeViewPhotoboothWin
92 // us until someone calls Replace(NULL).
95 Replace(current_hwnd_);
164 Replace(initial_hwnd);
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp38 struct Replace { struct
44 struct Replace<_1, Arg1, Arg2> { struct
49 struct Replace<_2, Arg1, Arg2> { struct
55 struct Replace<const T, Arg1, Arg2> { struct
56 typedef typename Replace<T, Arg1, Arg2>::type const type;
61 struct Replace<TT<T1>, Arg1, Arg2> { struct
62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type;
67 struct Replace<TT<T1, T2>, Arg1, Arg2> { struct
68 typedef TT<typename Replace<T1, Arg1, Arg2>::type,
69 typename Replace<T
75 struct Replace<TT<T1, _2>, Arg1, Arg2> { struct
[all...]
/external/chromium/chrome/browser/notifications/
H A Dnotification_ui_manager.cc36 void Replace(const Notification& new_notification) { function in class:QueuedNotification
193 (*iter)->Replace(notification);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp54 namespace Replace { namespace
/external/pcre/
H A Dpcrecpp.cc331 bool RE::Replace(const StringPiece& rewrite, function in class:pcrecpp::RE
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h662 // Replace supports replacement of arcs in one Fst with another
663 // Fst. This replacement is recursive. Replace takes an array of
666 // non-terminals with the matching non-terminal Fst. Currently Replace
673 void Replace(const vector<pair<typename Arc::Label, function in namespace:fst
/external/v8/src/
H A Dliveedit.cc888 void Replace(Code* substitution) { function in class:v8::internal::Differencer::ReferenceCollectorVisitor
935 visitor.Replace(substitution);
1252 // Replace all references to the code across the heap. In particular,
1554 // Replace "blocked on active" with "replaced on active" status.
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp133 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
615 // Replace all uses. If any nodes become isomorphic to other nodes and
652 // Replace the old value with the new one.
683 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { argument
684 Replace = false;
692 Replace = true;
728 bool Replace = false; local
729 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
734 if (Replace)
743 bool Replace local
835 bool Replace = false; local
[all...]

Completed in 206 milliseconds