Searched defs:SetContext (Results 1 - 6 of 6) sorted by path

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dbase_screen.cc46 void BaseScreen::SetContext(ScreenContext* context) { function in class:chromeos::BaseScreen
/external/chromium_org/gin/
H A Dcontext_holder.cc21 void ContextHolder::SetContext(v8::Handle<v8::Context> context) { function in class:gin::ContextHolder
/external/chromium_org/ui/events/test/
H A Devent_generator.h49 virtual void SetContext(EventGenerator* owner, function in class:ui::test::EventGeneratorDelegate
/external/chromium_org/v8/src/
H A Dcompiler.h251 void SetContext(Handle<Context> context) { function in class:v8::internal::CompilationInfo
/external/lldb/include/lldb/Core/
H A DValue.h165 SetContext (ContextType context_type, void *p) function in class:lldb_private::Value
/external/lldb/source/Target/
H A DExecutionContext.cpp44 SetContext (target_sp, get_process);
54 SetContext (process_sp);
64 SetContext (thread_sp);
74 SetContext (frame_sp);
85 SetContext (target_sp, get_process);
96 SetContext (process_sp);
107 SetContext (thread_sp);
118 SetContext (frame_sp);
385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) function in class:ExecutionContext
397 ExecutionContext::SetContext (cons function in class:ExecutionContext
409 ExecutionContext::SetContext (const lldb::ThreadSP &thread_sp) function in class:ExecutionContext
429 ExecutionContext::SetContext (const lldb::StackFrameSP &frame_sp) function in class:ExecutionContext
[all...]

Completed in 428 milliseconds