HomeSort by relevance Sort by last modified time
    Searched refs:called (Results 401 - 425 of 557) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js 21 * List of invocations to be called once tasks are available.
684 * This decorator expects an implementation called |method + '_'|.
butter_bar.js 61 * Disposes the instance. No methods should be called after this method's
path_util.js 172 * Join path components into a single path. Can be called either with a list of
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 442 * called when loaded. The second optional argument is an error identifier.
563 * @param {function} callback To be called when the image loaded.
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 218 // The anchor node won't be updated until updateLogin is called so don't
538 * Set the dominant color for a node. This will be called in response to
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 495 * Handler called in response to click on form's submission button. Generates
521 * Called in response to setting a regular window's proxy settings: checks
542 * Called in response to setting an incognito window's proxy settings: checks
631 * for all protocols" checkbox. Expects to be called as an event handler
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 128 // Called each time a WebInputEvent IPC is sent.
133 // Called each time a WebInputEvent ACK IPC is received.
138 // Called when the renderer notifies that it has touch event handlers.
210 // Called upon event ack receipt from the renderer.
213 VLOG(1) << __FUNCTION__ << " called!";
219 VLOG(1) << __FUNCTION__ << " called!";
225 VLOG(1) << __FUNCTION__ << " called!";
231 VLOG(1) << __FUNCTION__ << " called!";
235 VLOG(1) << __FUNCTION__ << " called!";
239 void ExpectSendCalled(bool called) {
    [all...]
  /external/chromium_org/remoting/webapp/
client_plugin_async.js 354 "isSupportedVersion() is called before the plugin is initialized.");
368 "hasFeature() is called before the plugin is initialized.");
558 * Called when a PIN is obtained from the user.
client_screen.js 108 * Callback function called when the state of the client plugin changes. The
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 260 """Transform outgoing frames. This method is called only by
289 """Transform incoming frames. This method is called only by
586 If this method has been called with True and an offer without the
  /external/chromium_org/third_party/pymock/
mock.py 316 funcopy.called = False
577 __return_value_doc = "The value to be returned when the mock is called."
588 called = _delegating_property('called') variable in class:NonCallableMock
614 self.called = False
824 """assert that the mock was called with the specified arguments.
831 raise AssertionError('Expected call: %s\nNot called' % (expected,))
839 """assert that the mock was called exactly once and with the specified
843 msg = ("Expected to be called once. Called %s times."
    [all...]
  /external/chromium_org/v8/tools/
profile.js 79 * Called whenever the specified operation has failed finding a function
657 * @param {function(CallTree.Node)} enter A function called
659 * @param {function(CallTree.Node)} exit A function called
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 345 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_sub_pixel_step()
346 ;(called when speed<=8). xoffset/yoffset can only be 4 or 0, which means either by pass the filter,
  /external/v8/tools/
profile.js 79 * Called whenever the specified operation has failed finding a function
657 * @param {function(CallTree.Node)} enter A function called
659 * @param {function(CallTree.Node)} exit A function called
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 86 throw "Alert called with argument: " + s;
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 1281 private final transient boolean called = false; field in class:PropertyChangeSupportTest.MockPropertyChangeListener
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 68 * Called whenever a new event is received.
75 * Called whenever some log events are deleted. |sourceIds| lists
83 * Called whenever all log events are deleted.
90 * Called when either a log file is loaded or when going back to actively
91 * logging events. In either case, called after clearing the old entries,
util.js 134 * addHeaderCell() can optionally be called to specify header cells for a
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 232 * Called when a transition has ended for #dev-controls.
244 * Called when the user clicked on the button to launch Apps Developer
256 * Called by the dom_ui_ to re-populate the page with data representing
260 // We can get called many times in short order, thus we need to
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 140 // called to populate the list of applications
145 // Called when a user is removed.
149 // Called when a user attempts to login.
154 // Called when an app is moved to a different page
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
suggestionPicker.js 289 // Scrolling causes mouseover event to be called and that tries to move the focus too.
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 351 // Since instanceof_check(Array) was first called with the current context
function-call.js 153 assertTrue(e.message.indexOf("called on null or undefined") >= 0 ||
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-blockscopes.js 76 assertTrue(listener_called, "listerner not called for " + test_name);
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 76 assertTrue(listener_called, "listerner not called for " + test_name);

Completed in 1621 milliseconds

<<11121314151617181920>>