OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOutOfProcess
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/ppapi/c/private/
ppb_testing_private.h
94
PP_Bool (*
IsOutOfProcess
)(void);
ppb_pdf.h
165
PP_Bool(*
IsOutOfProcess
)(PP_Instance instance);
/external/chromium_org/ppapi/thunk/
ppb_pdf_api.h
34
virtual PP_Bool
IsOutOfProcess
() = 0;
ppb_pdf_thunk.cc
143
PP_Bool
IsOutOfProcess
(PP_Instance instance) {
147
return enter.functions()->
IsOutOfProcess
();
167
&
IsOutOfProcess
,
/external/chromium_org/ppapi/api/private/
ppb_testing_private.idl
79
PP_Bool
IsOutOfProcess
();
/external/chromium_org/ppapi/tests/
test_flash_fullscreen.cc
80
if (!testing_interface_->
IsOutOfProcess
()) {
115
if (testing_interface_->
IsOutOfProcess
()) {
146
if (testing_interface_->
IsOutOfProcess
())
test_talk_private.cc
53
if (!testing_interface_->
IsOutOfProcess
()) {
test_instance_deprecated.cc
59
if (testing_interface_->
IsOutOfProcess
() == PP_FALSE) {
67
if (testing_interface_->
IsOutOfProcess
() == PP_FALSE) {
test_var_resource.cc
86
if (testing_interface()->
IsOutOfProcess
()) {
test_browser_font.cc
35
if (testing_interface && !testing_interface->
IsOutOfProcess
())
test_case.h
146
if (!testing_interface_->
IsOutOfProcess
())
test_tcp_server_socket_private.cc
154
if (current_thread_loop.is_null() && testing_interface_->
IsOutOfProcess
()) {
test_tcp_socket.cc
201
if (current_thread_loop.is_null() && testing_interface_->
IsOutOfProcess
()) {
test_file_ref.cc
632
if (testing_interface_->
IsOutOfProcess
()) {
test_graphics_2d.cc
754
if (!testing_interface_->
IsOutOfProcess
())
/external/chromium_org/ppapi/cpp/private/
pdf.h
67
static bool
IsOutOfProcess
(const InstanceHandle& instance);
pdf.cc
200
bool PDF::
IsOutOfProcess
(const InstanceHandle& instance) {
202
return PP_ToBool(get_interface<PPB_PDF>()->
IsOutOfProcess
(
/external/chromium_org/ppapi/proxy/
pdf_resource.h
57
virtual PP_Bool
IsOutOfProcess
() OVERRIDE;
ppb_testing_proxy.cc
79
PP_Bool
IsOutOfProcess
() {
135
&
IsOutOfProcess
,
pdf_resource.cc
191
PP_Bool PDFResource::
IsOutOfProcess
() {
/external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_pdf.idl
151
PP_Bool
IsOutOfProcess
(
/external/chromium_org/remoting/base/
breakpad_win.cc
125
if (breakpad_->
IsOutOfProcess
()) {
/external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc
426
PP_Bool
IsOutOfProcess
(PP_Instance instance_id) {
447
&
IsOutOfProcess
,
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
248
PP_Bool
IsOutOfProcess
() {
294
&
IsOutOfProcess
,
/external/chromium_org/components/breakpad/app/
breakpad_win.cc
748
if (g_breakpad->
IsOutOfProcess
()) {
Completed in 1032 milliseconds
1
2