HomeSort by relevance Sort by last modified time
    Searched full:frame_state (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/content/common/
page_state_serialization_unittest.cc 93 void PopulateFrameState(ExplodedFrameState* frame_state) {
95 frame_state->url_string = NS16("http://dev.chromium.org/");
96 frame_state->referrer = NS16("https://www.google.com/search?q=dev.chromium.org");
97 frame_state->referrer_policy = blink::WebReferrerPolicyAlways;
98 frame_state->target = NS16("foo");
99 frame_state->state_object = NS16(NULL);
100 frame_state->document_state.push_back(NS16("1"));
101 frame_state->document_state.push_back(NS16("q"));
102 frame_state->document_state.push_back(NS16("text"));
103 frame_state->document_state.push_back(NS16("dev.chromium.org"))
    [all...]
page_state_serialization.cc 138 const ExplodedFrameState& frame_state,
140 if (!frame_state.http_body.is_null) {
141 AppendReferencedFilesFromHttpBody(frame_state.http_body.elements,
145 if (!AppendReferencedFilesFromDocumentState(frame_state.document_state,
149 for (size_t i = 0; i < frame_state.children.size(); ++i) {
150 if (!RecursivelyAppendReferencedFiles(frame_state.children[i],
  /external/chromium_org/v8/src/compiler/
raw-machine-assembler.cc 85 Node* context, Node* frame_state,
92 receiver, context, frame_state);
99 Node* context, Node* frame_state) {
102 context, frame_state);
110 Node* frame_state) {
120 arity, context, frame_state);
js-inlining.h 33 void AddClosureToFrameState(Node* frame_state, Handle<JSFunction> jsfunction);
node-properties.h 38 static inline void ReplaceFrameStateInput(Node* node, Node* frame_state);
js-inlining.cc 331 Node* frame_state() { return NodeProperties::GetFrameStateInput(call_); } function in class:v8::internal::compiler::JSCallFunctionAccessor
338 void JSInliner::AddClosureToFrameState(Node* frame_state,
340 FrameStateCallInfo call_info = OpParameter<FrameStateCallInfo>(frame_state);
344 frame_state->set_op(op);
367 call->frame_state());
426 Node* outer_frame_state = call.frame_state();
verifier.cc 78 Node* frame_state = NodeProperties::GetFrameStateInput(node); local
79 CHECK(frame_state->opcode() == IrOpcode::kFrameState ||
82 frame_state->opcode() == IrOpcode::kHeapConstant));
83 CHECK(IsDefUseChainLinkPresent(frame_state, node));
84 CHECK(IsUseDefChainLinkPresent(frame_state, node));
raw-machine-assembler.h 381 Node* frame_state, CallFunctionFlags flags);
384 Node* frame_state);
387 Node* frame_state);
node-properties-inl.h 166 Node* frame_state) {
168 node->ReplaceInput(FirstFrameStateIndex(node), frame_state); local
instruction-selector-impl.h 335 FrameStateDescriptor* frame_state);
instruction-selector.cc 317 Node* frame_state = local
319 AddFrameStateInputs(frame_state, &buffer->instruction_args,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
frame_navigation_state.cc 67 FrameState& frame_state = frame_host_state_map_[frame_host]; local
68 frame_state.error_occurred = is_error_page;
69 frame_state.url = url;
70 frame_state.is_iframe_srcdoc = is_iframe_srcdoc;
72 frame_state.is_navigating = true;
73 frame_state.is_committed = false;
74 frame_state.is_server_redirected = false;
75 frame_state.is_parsing = true;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 499 << ", frame_state=" << frame_state();
508 if (frame_state() == GaiaScreenHandler::FRAME_STATE_LOADED) {
510 } else if (frame_state() != GaiaScreenHandler::FRAME_STATE_LOADING) {
gaia_screen_handler.h 78 FrameState frame_state() const { return frame_state_; } function in class:chromeos::GaiaScreenHandler
signin_screen_handler.cc     [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-js-typed-lowering.cc 816 Node* frame_state = R.EmptyFrameState(R.context()); local
832 frame_state, ton, R.start());
836 frame_state, ton, R.start());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libgcc_s.so 
libgcc_s.so.1 
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/x86/
libgabi++_shared.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libgcc_s.so 
libgcc_s.so.1 
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcc_eh.a 370 Z{*?'??'?\+p]*u2^?u4_?u8`s2a?s4bys8c?frame_statep??cfa?*#eh_ptr?*#y?#??# reg_or_offset??#cfa_reg??#X*??#Zsaved??#\?' ??!ptr?L!word?#
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/32/
libgcc_eh.a     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/libs/x86/
libstlport_shared.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/
libgcc_eh.a     [all...]

Completed in 927 milliseconds

1 2