Searched refs:GetPrivate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dremote_input_method_win.cc40 RemoteInputMethodPrivateWin* GetPrivate(InputMethod* public_interface) { function in namespace:ui::__anon16645
47 RemoteInputMethodPrivateWin* private_interface = GetPrivate(public_interface);
387 return GetPrivate(input_method);
/external/lldb/include/lldb/Target/
H A DThreadPlan.h422 GetPrivate () function in class:lldb_private::ThreadPlan
/external/lldb/source/Target/
H A DThread.cpp1096 if (!completed_plan_sp->GetPrivate ())
H A DProcess.cpp4683 bool orig_plan_private = thread_plan_sp->GetPrivate();
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc2958 CHECK_EQ(1503, obj->GetPrivate(priv1)->Int32Value());
2961 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2975 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2976 CHECK_EQ(2008, obj->GetPrivate(priv2)->Int32Value());
2977 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2985 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2992 CHECK_EQ(2002, child->GetPrivate(priv1)->Int32Value());
/external/chromium_org/v8/include/
H A Dv8.h2351 Local<Value> GetPrivate(Handle<Private> key);
/external/chromium_org/v8/src/
H A Dapi.cc3219 Local<Value> v8::Object::GetPrivate(v8::Handle<Private> key) { function in class:v8::v8::Object

Completed in 211 milliseconds