Searched refs:target_origin (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_frame_proxy.cc235 blink::WebSecurityOrigin target_origin,
243 if (!target_origin.isNull())
244 params.target_origin = target_origin.toString();
232 postMessageEvent( blink::WebLocalFrame* source_frame, blink::WebRemoteFrame* target_frame, blink::WebSecurityOrigin target_origin, blink::WebDOMMessageEvent event) argument
H A Drender_view_impl.cc2925 // We must pass in the target_origin to do the security check on this side,
2927 WebSecurityOrigin target_origin; local
2928 if (!params.target_origin.empty()) {
2929 target_origin =
2930 WebSecurityOrigin::createFromString(WebString(params.target_origin));
2932 frame->dispatchMessageEventWithOriginCheck(target_origin, msg_event);
H A Drender_frame_impl.cc3073 blink::WebSecurityOrigin target_origin,
3084 if (!target_origin.isNull())
3085 params.target_origin = target_origin.toString();
3070 willCheckAndDispatchMessageEvent( blink::WebLocalFrame* source_frame, blink::WebFrame* target_frame, blink::WebSecurityOrigin target_origin, blink::WebDOMMessageEvent event) argument
H A Drender_frame_impl.h435 blink::WebSecurityOrigin target_origin,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer.cc86 DesktopVector target_origin = target_rect.top_left(); local
102 DesktopVector origin_shift = target_rect.top_left().subtract(target_origin);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_mac.h43 // position. Sets |target_origin| to the coordinates for the window to appear
52 NSPoint* target_origin,
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1174 jstring target_origin) {
1181 params.target_origin = ConvertJavaStringToUTF16(env, target_origin);
1172 PostMessageToFrame(JNIEnv* env, jobject obj, jstring frame_name, jstring message, jstring source_origin, jstring target_origin) argument
H A Dcontent_view_core_impl.h158 jstring message, jstring source_origin, jstring target_origin);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2943 blink::WebSecurityOrigin target_origin;
2944 if (!SecurityOriginForInstance(instance, &target_origin))
2947 return PP_FromBool(our_origin.canAccess(target_origin));
/external/chromium_org/content/common/
H A Dview_messages.h505 IPC_STRUCT_MEMBER(base::string16, target_origin)

Completed in 3965 milliseconds