HomeSort by relevance Sort by last modified time
    Searched defs:Apply (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 240 Apply(dictionary_change);
252 Apply(dictionary_change);
320 Apply(to_change_locally);
388 Apply(dictionary_change);
437 Apply(dictionary_change);
443 void SpellcheckCustomDictionary::Apply(
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_action.cc 536 void WebRequestAction::Apply(const std::string& extension_id,
    [all...]
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 830 // Apply these effects to the given check elimination table.
831 void Apply(HCheckTable* table) {
runtime.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 61 #self.bind('<Alt-a>',self.Apply) #apply changes, save
87 self.buttonApply = Button(frameActionButtons,text='Apply',
88 command=self.Apply,takefocus=FALSE,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 61 #self.bind('<Alt-a>',self.Apply) #apply changes, save
87 self.buttonApply = Button(frameActionButtons,text='Apply',
88 command=self.Apply,takefocus=FALSE,
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 467 // 1MB cost is about 1 seek (see comment in Builder::Apply).
591 // A helper class so we can efficiently apply a whole sequence
655 // Apply all of the edits in *edit to the current state.
656 void Apply(VersionEdit* edit) {
829 builder.Apply(edit);
951 builder.Apply(&edit);
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 250 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{subexpression}}
252 static_assert(1 + Apply(Select(4), 5) + Apply(Select(3), 7) == 42, "");
254 constexpr int Invalid = Apply(Select(0), 0); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'Apply(0, 0)'}}
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 200 void Apply(float top_controls_layout_height,
237 Apply(widget_->top_controls_layout_height_, widget_->resizer_rect_,
264 Apply(widget_->top_controls_layout_height_, widget_->resizer_rect_,
268 void RenderWidget::ScreenMetricsEmulator::Apply(
340 Apply(params.top_controls_layout_height, params.resizer_rect,
    [all...]
  /external/chromium_org/extensions/browser/api/web_request/
web_request_api.cc     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 910 // Apply an argument to a function
911 class Apply : public SExpr {
915 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {}
916 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
933 template <class C> typename C::CType compare(Apply* E, C& Cmp) {
946 // Apply a self-argument to a self-applicable function
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 51 /// may apply.
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1194 IRet apply (const EvalContext& ctx, function in class:deqp::gls::BuiltinPrecisionTests::Func
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdoias.h 495 virtual HRESULT WINAPI Apply(void) = 0;
513 HRESULT (WINAPI *Apply)(ISdo *This);
533 #define ISdo_Apply(This) (This)->lpVtbl->Apply(This)
    [all...]
ocidl.h     [all...]

Completed in 1233 milliseconds

12