HomeSort by relevance Sort by last modified time
    Searched full:bypass_address (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
function_stub.h 110 uintptr_t bypass_address() const { return bypass_address_; } function in struct:FunctionStub
111 void set_bypass_address(uintptr_t bypass_address) {
112 bypass_address_ = bypass_address;
function_stub_unittest.cc 130 EXPECT_TRUE(stub_->bypass_address() != NULL);

Completed in 564 milliseconds