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

1 2

  /external/pdfium/core/fpdfdoc/
cpdf_aaction.cpp 21 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const {
cpdf_bookmark.h 27 CPDF_Action GetAction() const;
cpdf_link.h 25 CPDF_Action GetAction();
cpdf_aaction.h 44 CPDF_Action GetAction(AActionType eType) const;
cpdf_link.cpp 30 CPDF_Action CPDF_Link::GetAction() {
cpdf_bookmark.cpp 71 CPDF_Action CPDF_Bookmark::GetAction() const {
cpdf_formcontrol.h 105 CPDF_Action GetAction();
cpdf_formcontrol.cpp 246 CPDF_Action CPDF_FormControl::GetAction() {
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 27 else if(action==GetAction)
51 internal::manage_multi_threading(GetAction, &nbt);
53 internal::manage_caching_sizes(GetAction, &l1, &l2, &l3);
61 internal::manage_multi_threading(GetAction, &ret);
TriangularSolverMatrix.h 85 manage_caching_sizes(GetAction, &l1, &l2, &l3);
  /system/extras/memory_replay/
Thread.h 45 Action* GetAction() { return reinterpret_cast<Action*>(action_memory_); }
Threads.cpp 37 Action* action = thread->GetAction();
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 72 CPDF_Action GetAction() const;
fpdfdoc.cpp 136 CPDF_Action action = bookmark.GetAction();
146 return bookmark.GetAction().GetDict();
297 CPDF_Action action = link.GetAction();
308 return link.GetAction().GetDict();
cpdfsdk_baannot.cpp 346 CPDF_Action CPDFSDK_BAAnnot::GetAction() const {
381 return AAction.GetAction(eAAT);
384 return GetAction();
cpdfsdk_interform.cpp 248 CPDF_Action action = aAction.GetAction(CPDF_AAction::Calculate);
291 CPDF_Action action = aAction.GetAction(CPDF_AAction::Format);
344 CPDF_Action action = aAction.GetAction(CPDF_AAction::KeyStroke);
364 CPDF_Action action = aAction.GetAction(CPDF_AAction::Validate);
fpdfformfill.cpp 706 CPDF_Action action = aa.GetAction((CPDF_AAction::AActionType)aaType);
738 CPDF_Action action = aa.GetAction(CPDF_AAction::OpenPage);
744 CPDF_Action action = aa.GetAction(CPDF_AAction::ClosePage);
  /system/extras/memory_replay/tests/
ThreadTest.cpp 107 ASSERT_EQ(action, thread.GetAction());
  /art/sigchainlib/
sigchain.cc 189 struct sigaction GetAction() {
297 struct sigaction saved_action = chains[signal].GetAction();
329 oldhandler = reinterpret_cast<sighandler_t>(chains[signo].GetAction().sa_handler);
  /external/eigen/Eigen/src/Core/util/
Constants.h 488 enum Action {GetAction, SetAction};
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 808 Action action = GetAction(desc->type());
866 Action action = GetAction(desc->type());
    [all...]
webrtcsession.h 357 static Action GetAction(const std::string& type);
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 330 const Action<F>& GetAction() const {
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-spec-builders.h 334 const Action<F>& GetAction() const {
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h 334 const Action<F>& GetAction() const {
    [all...]

Completed in 508 milliseconds

1 2